Plum (Purple)
#CD99D1
RGB: 205, 153, 209
Color OverviewHEX #CD99D1
#CD99D1 Color Code Information
In the RGB color space, #CD99D1 is composed of 80% red, 60% green, and 82% blue. In the HSL color space, it has a hue of 296°, saturation of 38%, and lightness of 71%.
HEX
#CD99D1
RGB
205, 153, 209
HSL
296°, 38%, 71%
HSV
296°, 27%, 82%
CMYK
2%, 27%, 0%, 18%
Name Match
Plum
Closest StandardShades of #CD99D1 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CD99D1 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CD99D1 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CD99D1
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 #CD99D1 Background
Contrast Ratio against Pure White (#FFFFFF):2.31 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CD99D1 Background
Contrast Ratio against Pure Black (#000000):9.07 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CD99D1;
}
.element {
color: #CD99D1;
background-color: #CD99D1;
border-color: #CD99D1;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CD99D1] text-[#CD99D1] border-[#CD99D1]"> Content styled with #CD99D1 </div>