#B6D38A
A light, moderate green closely aligning with Darkkhaki.
About #B6D38A
When working with digital screens, the color #B6D38A is rendered by mixing light. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(182, 211, 138).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 14% cyan and 0% magenta inks. With a hue angle of 83.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6D38A
RGB182, 211, 138
HSL83.8°, 45.3%, 68.4%
CMYK14%, 0%, 35%, 17%
HSV83.8°, 34.6%, 82.7%
LAB80.9, -22.0, 33.0
XYZ47.2, 58.4, 32.8
Decimal11981706
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.67:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6D38A;
}
.text-color {
color: #B6D38A;
}
.border-color {
border: 2px solid #B6D38A;
}