#BDF0A8
A very light, vivid green closely aligning with Lightgreen.
About #BDF0A8
The precise color #BDF0A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 189 red, 240 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. The color uses 21% Cyan, 0% Magenta, 30% Yellow, and 6% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDF0A8
RGB189, 240, 168
HSL102.5°, 70.6%, 80.0%
CMYK21%, 0%, 30%, 6%
HSV102.5°, 30.0%, 94.1%
LAB89.8, -29.2, 29.7
XYZ59.2, 76.0, 48.6
Decimal12447912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.19:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF0A8;
}
.text-color {
color: #BDF0A8;
}
.border-color {
border: 2px solid #BDF0A8;
}