#CCA0BD
A light, moderate magenta closely aligning with Thistle.
About #CCA0BD
The hex code #CCA0BD represents a beautifully specific shade of magenta. Its closest recognized web color is Thistle. This translates to an RGB value of rgb(204, 160, 189).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 22% Magenta, 7% Yellow, and 20% Black. With a hue angle of 320.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCA0BD
RGB204, 160, 189
HSL320.5°, 30.1%, 71.4%
CMYK0%, 22%, 7%, 20%
HSV320.5°, 21.6%, 80.0%
LAB70.6, 21.0, -8.7
XYZ46.7, 41.7, 53.7
Decimal13410493
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.33:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA0BD;
}
.text-color {
color: #CCA0BD;
}
.border-color {
border: 2px solid #CCA0BD;
}