#D3D3CC
A very light, muted neutral closely aligning with Lightgray.
About #D3D3CC
The hex code #D3D3CC represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Lightgray. This translates to an RGB value of rgb(211, 211, 204).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 0% magenta, 3% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3D3CC
RGB211, 211, 204
HSL60.0°, 7.4%, 81.4%
CMYK0%, 0%, 3%, 17%
HSV60.0°, 3.3%, 82.7%
LAB84.4, -1.2, 3.5
XYZ61.1, 64.8, 66.4
Decimal13882316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.96:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D3CC;
}
.text-color {
color: #D3D3CC;
}
.border-color {
border: 2px solid #D3D3CC;
}