#CCA0B6
A light, moderate magenta closely aligning with Thistle.
About #CCA0B6
At its core, #CCA0B6 is a light and moderate hue. It is closely associated with the named CSS color Thistle. In the RGB color space, it consists of 204 red, 160 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 22% Magenta, 11% Yellow, and 20% Black. With a hue angle of 330.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCA0B6
RGB204, 160, 182
HSL330.0°, 30.1%, 71.4%
CMYK0%, 22%, 11%, 20%
HSV330.0°, 21.6%, 80.0%
LAB70.4, 19.8, -5.1
XYZ45.9, 41.4, 49.8
Decimal13410486
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.27:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCA0B6;
}
.text-color {
color: #CCA0B6;
}
.border-color {
border: 2px solid #CCA0B6;
}