#BDAF6D
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDAF6D
Visually, #BDAF6D is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 189 parts red, 175 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 7% M, 42% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDAF6D
RGB189, 175, 109
HSL49.5°, 37.7%, 58.4%
CMYK0%, 7%, 42%, 26%
HSV49.5°, 42.3%, 74.1%
LAB71.3, -4.4, 35.6
XYZ39.1, 42.6, 20.6
Decimal12431213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.52:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDAF6D;
}
.text-color {
color: #BDAF6D;
}
.border-color {
border: 2px solid #BDAF6D;
}