#BDD3BD
A light, muted green closely aligning with Lightgray.
About #BDD3BD
When working with digital screens, the color #BDD3BD is rendered by mixing light. Its closest recognized web color is Lightgray. Its digital footprint relies on 189 parts red, 211 parts green, and 189 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 10% Cyan, 0% Magenta, 10% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDD3BD
RGB189, 211, 189
HSL120.0°, 20.0%, 78.4%
CMYK10%, 0%, 10%, 17%
HSV120.0°, 10.4%, 82.7%
LAB82.4, -11.5, 8.4
XYZ53.5, 61.1, 57.1
Decimal12440509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.22:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDD3BD;
}
.text-color {
color: #BDD3BD;
}
.border-color {
border: 2px solid #BDD3BD;
}