#D3DBBD
A very light, muted green closely aligning with Beige.
About #D3DBBD
Visually, #D3DBBD is defined as a muted green. It is closely associated with the named CSS color Beige. In the RGB color space, it consists of 211 red, 219 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 4% C, 0% M, 14% Y, and 14% K. The HSL representation is 76.0° hue, 29.4% saturation, and 80.0% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3DBBD
RGB211, 219, 189
HSL76.0°, 29.4%, 80.0%
CMYK4%, 0%, 14%, 14%
HSV76.0°, 13.7%, 85.9%
LAB86.1, -7.9, 13.8
XYZ61.4, 68.2, 58.1
Decimal13884349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.64:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3DBBD;
}
.text-color {
color: #D3DBBD;
}
.border-color {
border: 2px solid #D3DBBD;
}