#BDF8A8
A very light, vivid green closely aligning with Lightgreen.
About #BDF8A8
At its core, #BDF8A8 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Lightgreen. Its digital footprint relies on 189 parts red, 248 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 24% C, 0% M, 32% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDF8A8
RGB189, 248, 168
HSL104.2°, 85.1%, 81.6%
CMYK24%, 0%, 32%, 3%
HSV104.2°, 32.3%, 97.3%
LAB92.0, -32.9, 32.6
XYZ61.6, 80.8, 49.4
Decimal12449960
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.16:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF8A8;
}
.text-color {
color: #BDF8A8;
}
.border-color {
border: 2px solid #BDF8A8;
}