#CCB6CC
A light, muted magenta closely aligning with Thistle.
About #CCB6CC
When working with digital screens, the color #CCB6CC is rendered by mixing light. Its closest recognized web color is Thistle. This translates to an RGB value of rgb(204, 182, 204).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 11% Magenta, 0% Yellow, and 20% Black. The HSL representation is 300.0° hue, 17.7% saturation, and 75.7% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCB6CC
RGB204, 182, 204
HSL300.0°, 17.7%, 75.7%
CMYK0%, 11%, 0%, 20%
HSV300.0°, 10.8%, 80.0%
LAB76.5, 11.8, -8.2
XYZ52.5, 50.7, 64.1
Decimal13416140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.13:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB6CC;
}
.text-color {
color: #CCB6CC;
}
.border-color {
border: 2px solid #CCB6CC;
}