#BDE98A
A light, moderate green closely aligning with Lightgreen.
About #BDE98A
When working with digital screens, the color #BDE98A is rendered by mixing light. Its closest recognized web color is Lightgreen. In the RGB color space, it consists of 189 red, 233 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 19% cyan, 0% magenta, 41% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDE98A
RGB189, 233, 138
HSL87.8°, 68.3%, 72.7%
CMYK19%, 0%, 41%, 9%
HSV87.8°, 40.8%, 91.4%
LAB87.5, -30.0, 41.6
XYZ54.7, 70.9, 34.9
Decimal12446090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.19:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE98A;
}
.text-color {
color: #BDE98A;
}
.border-color {
border: 2px solid #BDE98A;
}