#C5BD83
A light, moderate yellow closely aligning with Darkkhaki.
About #C5BD83
At its core, #C5BD83 is a light and moderate hue. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(197, 189, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 4% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5BD83
RGB197, 189, 131
HSL52.7°, 36.3%, 64.3%
CMYK0%, 4%, 34%, 23%
HSV52.7°, 33.5%, 77.3%
LAB76.0, -6.0, 30.4
XYZ45.3, 49.9, 28.7
Decimal12959107
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.98:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5BD83;
}
.text-color {
color: #C5BD83;
}
.border-color {
border: 2px solid #C5BD83;
}