#CC99A8
A light, moderate magenta closely aligning with Rosybrown.
About #CC99A8
The precise color #CC99A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Rosybrown. In the RGB color space, it consists of 204 red, 153 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 25% M, 18% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC99A8
RGB204, 153, 168
HSL342.4°, 33.3%, 70.0%
CMYK0%, 25%, 18%, 20%
HSV342.4°, 25.0%, 80.0%
LAB68.3, 21.3, -0.4
XYZ43.4, 38.4, 42.2
Decimal13408680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.69:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC99A8;
}
.text-color {
color: #CC99A8;
}
.border-color {
border: 2px solid #CC99A8;
}