#CCB6DB
A light, moderate purple closely aligning with Thistle.
About #CCB6DB
At its core, #CCB6DB is a light and moderate hue. If you're using CSS, you might find it aligns closely with Thistle. This translates to an RGB value of rgb(204, 182, 219).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 7% C, 17% M, 0% Y, and 14% K. With a hue angle of 275.7 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCB6DB
RGB204, 182, 219
HSL275.7°, 33.9%, 78.6%
CMYK7%, 17%, 0%, 14%
HSV275.7°, 16.9%, 85.9%
LAB76.9, 14.6, -15.7
XYZ54.4, 51.4, 74.1
Decimal13416155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.28:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCB6DB;
}
.text-color {
color: #CCB6DB;
}
.border-color {
border: 2px solid #CCB6DB;
}