Plum (Purple)
#CF8FD8
RGB: 207, 143, 216
Color OverviewHEX #CF8FD8
#CF8FD8 Color Code Information
In the RGB color space, #CF8FD8 is composed of 81% red, 56% green, and 85% blue. In the HSL color space, it has a hue of 293°, saturation of 48%, and lightness of 70%.
HEX
#CF8FD8
RGB
207, 143, 216
HSL
293°, 48%, 70%
HSV
293°, 34%, 85%
CMYK
4%, 34%, 0%, 15%
Name Match
Plum
Closest StandardShades of #CF8FD8 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CF8FD8 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CF8FD8 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CF8FD8
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #CF8FD8 Background
Contrast Ratio against Pure White (#FFFFFF):2.45 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CF8FD8 Background
Contrast Ratio against Pure Black (#000000):8.57 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CF8FD8;
}
.element {
color: #CF8FD8;
background-color: #CF8FD8;
border-color: #CF8FD8;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CF8FD8] text-[#CF8FD8] border-[#CF8FD8]"> Content styled with #CF8FD8 </div>