#BDD38A
A light, moderate green closely aligning with Darkkhaki.
About #BDD38A
Visually, #BDD38A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkkhaki. This translates to an RGB value of rgb(189, 211, 138).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 10% C, 0% M, 35% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#BDD38A
RGB189, 211, 138
HSL78.1°, 45.3%, 68.4%
CMYK10%, 0%, 35%, 17%
HSV78.1°, 34.6%, 82.7%
LAB81.4, -19.4, 33.8
XYZ48.9, 59.2, 32.9
Decimal12440458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.85:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD38A;
}
.text-color {
color: #BDD38A;
}
.border-color {
border: 2px solid #BDD38A;
}