#D3C58A
A light, moderate yellow closely aligning with Darkkhaki.
About #D3C58A
The hex code #D3C58A represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(211, 197, 138).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 7% magenta, 35% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
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#D3C58A
RGB211, 197, 138
HSL48.5°, 45.3%, 68.4%
CMYK0%, 7%, 35%, 17%
HSV48.5°, 34.6%, 82.7%
LAB79.4, -3.8, 31.4
XYZ51.4, 55.6, 32.1
Decimal13878666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.12:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C58A;
}
.text-color {
color: #D3C58A;
}
.border-color {
border: 2px solid #D3C58A;
}