#BDD36D
A light, moderate yellow closely aligning with Khaki.
About #BDD36D
The precise color #BDD36D is an excellent choice for modern design projects. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(189, 211, 109).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 10% cyan, 0% magenta, 48% yellow, and 17% black. The HSL representation is 72.9° hue, 53.7% saturation, and 62.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#BDD36D
RGB189, 211, 109
HSL72.9°, 53.7%, 62.7%
CMYK10%, 0%, 48%, 17%
HSV72.9°, 48.3%, 82.7%
LAB81.0, -22.7, 47.7
XYZ47.0, 58.5, 23.3
Decimal12440429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.70:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD36D;
}
.text-color {
color: #BDD36D;
}
.border-color {
border: 2px solid #BDD36D;
}