#D3CCDB
A very light, muted purple closely aligning with Lightgray.
About #D3CCDB
Visually, #D3CCDB is defined as a muted purple. If you're using CSS, you might find it aligns closely with Lightgray. This translates to an RGB value of rgb(211, 204, 219).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 4% C, 7% M, 0% Y, and 14% K. With a hue angle of 268.0 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3CCDB
RGB211, 204, 219
HSL268.0°, 17.2%, 82.9%
CMYK4%, 7%, 0%, 14%
HSV268.0°, 6.8%, 85.9%
LAB83.0, 5.2, -6.6
XYZ61.2, 62.1, 75.8
Decimal13880539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.43:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CCDB;
}
.text-color {
color: #D3CCDB;
}
.border-color {
border: 2px solid #D3CCDB;
}