#D3CCD3
A very light, muted neutral closely aligning with Lightgray.
About #D3CCD3
Visually, #D3CCD3 is defined as a muted neutral. Designers often compare it to the standard color Lightgray. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 204, and 211.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 3% Magenta, 0% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3CCD3
RGB211, 204, 211
HSL300.0°, 7.4%, 81.4%
CMYK0%, 3%, 0%, 17%
HSV300.0°, 3.3%, 82.7%
LAB82.8, 3.7, -2.6
XYZ60.2, 61.7, 70.4
Decimal13880531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.35:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CCD3;
}
.text-color {
color: #D3CCD3;
}
.border-color {
border: 2px solid #D3CCD3;
}