#B6AF57
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6AF57
At its core, #B6AF57 is a medium and moderate hue. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 182 red, 175 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 4% magenta, 52% yellow, and 29% black. The HSL representation is 55.6° hue, 39.4% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6AF57
RGB182, 175, 87
HSL55.6°, 39.4%, 52.7%
CMYK0%, 4%, 52%, 29%
HSV55.6°, 52.2%, 71.4%
LAB70.4, -9.4, 45.5
XYZ36.3, 41.3, 15.1
Decimal11972439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.26:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6AF57;
}
.text-color {
color: #B6AF57;
}
.border-color {
border: 2px solid #B6AF57;
}