#BDD383
A light, moderate green closely aligning with Darkkhaki.
About #BDD383
Visually, #BDD383 is defined as a moderate green. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(189, 211, 131).
Translating this color to physical media requires the CMYK color model. The color uses 10% Cyan, 0% Magenta, 38% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDD383
RGB189, 211, 131
HSL76.5°, 47.6%, 67.1%
CMYK10%, 0%, 38%, 17%
HSV76.5°, 37.9%, 82.7%
LAB81.3, -20.3, 37.2
XYZ48.4, 59.0, 30.3
Decimal12440451
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.81:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD383;
}
.text-color {
color: #BDD383;
}
.border-color {
border: 2px solid #BDD383;
}