#D3CCE2
A very light, muted purple closely aligning with Thistle.
About #D3CCE2
At its core, #D3CCE2 is a very light and muted hue. It is closely associated with the named CSS color Thistle. Its digital footprint relies on 211 parts red, 204 parts green, and 226 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 7% cyan and 10% magenta inks. The HSL representation is 259.1° hue, 27.5% saturation, and 84.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3CCE2
RGB211, 204, 226
HSL259.1°, 27.5%, 84.3%
CMYK7%, 10%, 0%, 11%
HSV259.1°, 9.7%, 88.6%
LAB83.2, 6.5, -10.0
XYZ62.2, 62.5, 80.7
Decimal13880546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CCE2;
}
.text-color {
color: #D3CCE2;
}
.border-color {
border: 2px solid #D3CCE2;
}