#D3DBA0
A light, moderate yellow closely aligning with Palegoldenrod.
About #D3DBA0
At its core, #D3DBA0 is a light and moderate hue. Its closest recognized web color is Palegoldenrod. This translates to an RGB value of rgb(211, 219, 160).
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, 27% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3DBA0
RGB211, 219, 160
HSL68.1°, 45.0%, 74.3%
CMYK4%, 0%, 27%, 14%
HSV68.1°, 26.9%, 85.9%
LAB85.5, -12.2, 28.2
XYZ58.5, 67.0, 43.1
Decimal13884320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.41:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3DBA0;
}
.text-color {
color: #D3DBA0;
}
.border-color {
border: 2px solid #D3DBA0;
}