#D3CCBD
A light, muted orange closely aligning with Lightgray.
About #D3CCBD
The precise color #D3CCBD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgray. This translates to an RGB value of rgb(211, 204, 189).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 3% Magenta, 10% Yellow, and 17% Black. With a hue angle of 40.9 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3CCBD
RGB211, 204, 189
HSL40.9°, 20.0%, 78.4%
CMYK0%, 3%, 10%, 17%
HSV40.9°, 10.4%, 82.7%
LAB82.2, -0.1, 8.3
XYZ57.6, 60.7, 56.8
Decimal13880509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.14:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CCBD;
}
.text-color {
color: #D3CCBD;
}
.border-color {
border: 2px solid #D3CCBD;
}