#BDAF49
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDAF49
The hex code #BDAF49 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 175, and 73.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#BDAF49
RGB189, 175, 73
HSL52.8°, 46.8%, 51.4%
CMYK0%, 7%, 61%, 26%
HSV52.8°, 61.4%, 74.1%
LAB70.8, -7.5, 52.7
XYZ37.5, 42.0, 12.4
Decimal12431177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.39:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDAF49;
}
.text-color {
color: #BDAF49;
}
.border-color {
border: 2px solid #BDAF49;
}