#D3DBA8
A light, moderate yellow closely aligning with Palegoldenrod.
About #D3DBA8
At its core, #D3DBA8 is a light and moderate hue. Designers often compare it to the standard color Palegoldenrod. In the RGB color space, it consists of 211 red, 219 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 4% cyan, 0% magenta, 23% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3DBA8
RGB211, 219, 168
HSL69.4°, 41.5%, 75.9%
CMYK4%, 0%, 23%, 14%
HSV69.4°, 23.3%, 85.9%
LAB85.7, -11.1, 24.2
XYZ59.3, 67.3, 46.9
Decimal13884328
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.47:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3DBA8;
}
.text-color {
color: #D3DBA8;
}
.border-color {
border: 2px solid #D3DBA8;
}