#BDCC83
A light, moderate yellow closely aligning with Darkkhaki.
About #BDCC83
When working with digital screens, the color #BDCC83 is rendered by mixing light. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(189, 204, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#BDCC83
RGB189, 204, 131
HSL72.3°, 41.7%, 65.7%
CMYK7%, 0%, 36%, 20%
HSV72.3°, 35.8%, 80.0%
LAB79.4, -16.8, 34.7
XYZ46.7, 55.6, 29.8
Decimal12438659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.13:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCC83;
}
.text-color {
color: #BDCC83;
}
.border-color {
border: 2px solid #BDCC83;
}