#CC99D3
A light, moderate magenta closely aligning with Plum.
About #CC99D3
Visually, #CC99D3 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(204, 153, 211).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 3% Cyan, 27% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC99D3
RGB204, 153, 211
HSL292.8°, 39.7%, 71.4%
CMYK3%, 27%, 0%, 17%
HSV292.8°, 27.5%, 82.7%
LAB69.7, 28.9, -22.3
XYZ48.1, 40.3, 66.9
Decimal13408723
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.06:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC99D3;
}
.text-color {
color: #CC99D3;
}
.border-color {
border: 2px solid #CC99D3;
}