#B6BD7C
A light, moderate yellow closely aligning with Darkkhaki.
About #B6BD7C
The hex code #B6BD7C represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 182 parts red, 189 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 4% cyan and 0% magenta inks. The HSL representation is 66.5° hue, 33.0% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#B6BD7C
RGB182, 189, 124
HSL66.5°, 33.0%, 61.4%
CMYK4%, 0%, 34%, 26%
HSV66.5°, 34.4%, 74.1%
LAB74.7, -12.7, 32.1
XYZ41.1, 47.8, 26.1
Decimal11976060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.56:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6BD7C;
}
.text-color {
color: #B6BD7C;
}
.border-color {
border: 2px solid #B6BD7C;
}