#D3D1C1
A light, muted yellow closely aligning with Lightgray.
About #D3D1C1
The hex code #D3D1C1 represents a beautifully specific shade of yellow. Designers often compare it to the standard color Lightgray. In the RGB color space, it consists of 211 red, 209 green, and 193 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 1% Magenta, 9% Yellow, and 17% Black. The HSL representation is 53.3° hue, 17.0% saturation, and 79.2% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3D1C1
RGB211, 209, 193
HSL53.3°, 17.0%, 79.2%
CMYK0%, 1%, 9%, 17%
HSV53.3°, 8.5%, 82.7%
LAB83.6, -2.1, 8.2
XYZ59.3, 63.3, 59.5
Decimal13881793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.66:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D1C1;
}
.text-color {
color: #D3D1C1;
}
.border-color {
border: 2px solid #D3D1C1;
}