#B6AF6D
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6AF6D
The hex code #B6AF6D represents a beautifully specific shade of yellow. Its closest recognized web color is Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 175, and 109.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 4% Magenta, 40% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
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#B6AF6D
RGB182, 175, 109
HSL54.2°, 33.3%, 57.1%
CMYK0%, 4%, 40%, 29%
HSV54.2°, 40.1%, 71.4%
LAB70.7, -7.2, 34.7
XYZ37.4, 41.7, 20.5
Decimal11972461
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.34:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6AF6D;
}
.text-color {
color: #B6AF6D;
}
.border-color {
border: 2px solid #B6AF6D;
}