#B6A866
A medium, moderate yellow closely aligning with Darkkhaki.
About #B6A866
When working with digital screens, the color #B6A866 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(182, 168, 102).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 8% Magenta, 44% Yellow, and 29% Black. The HSL representation is 49.5° hue, 35.4% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6A866
RGB182, 168, 102
HSL49.5°, 35.4%, 55.7%
CMYK0%, 8%, 44%, 29%
HSV49.5°, 44.0%, 71.4%
LAB68.7, -4.3, 35.8
XYZ35.7, 38.9, 18.2
Decimal11970662
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.78:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6A866;
}
.text-color {
color: #B6A866;
}
.border-color {
border: 2px solid #B6A866;
}