#CC66BD
A light, moderate magenta closely aligning with Orchid.
About #CC66BD
The precise color #CC66BD is an excellent choice for modern design projects. Its closest recognized web color is Orchid. In the RGB color space, it consists of 204 red, 102 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 50% Magenta, 7% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC66BD
RGB204, 102, 189
HSL308.8°, 50.0%, 60.0%
CMYK0%, 50%, 7%, 20%
HSV308.8°, 50.0%, 80.0%
LAB58.1, 51.8, -27.8
XYZ38.8, 26.0, 51.1
Decimal13395645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.20:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC66BD;
}
.text-color {
color: #CC66BD;
}
.border-color {
border: 2px solid #CC66BD;
}