#C5BD66
A medium, moderate yellow closely aligning with Darkkhaki.
About #C5BD66
Visually, #C5BD66 is defined as a moderate yellow. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(197, 189, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 4% Magenta, 48% Yellow, and 23% Black. The HSL representation is 54.9° hue, 45.0% saturation, and 58.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5BD66
RGB197, 189, 102
HSL54.9°, 45.0%, 58.6%
CMYK0%, 4%, 48%, 23%
HSV54.9°, 48.2%, 77.3%
LAB75.6, -9.1, 44.7
XYZ43.6, 49.2, 19.8
Decimal12959078
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.84:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5BD66;
}
.text-color {
color: #C5BD66;
}
.border-color {
border: 2px solid #C5BD66;
}