#BDD37C
A light, moderate green closely aligning with Darkkhaki.
About #BDD37C
Visually, #BDD37C is defined as a moderate green. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(189, 211, 124).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 10% cyan and 0% magenta inks. With a hue angle of 75.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDD37C
RGB189, 211, 124
HSL75.2°, 49.7%, 65.7%
CMYK10%, 0%, 41%, 17%
HSV75.2°, 41.2%, 82.7%
LAB81.2, -21.1, 40.6
XYZ47.9, 58.9, 27.9
Decimal12440444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.77:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD37C;
}
.text-color {
color: #BDD37C;
}
.border-color {
border: 2px solid #BDD37C;
}