#BDFFB6
A very light, vivid green closely aligning with Lightgreen.
About #BDFFB6
At its core, #BDFFB6 is a very light and vivid hue. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(189, 255, 182).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 26% cyan, 0% magenta, 29% yellow, and 0% black. With a hue angle of 114.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDFFB6
RGB189, 255, 182
HSL114.2°, 100.0%, 85.7%
CMYK26%, 0%, 29%, 0%
HSV114.2°, 28.6%, 100.0%
LAB94.2, -34.0, 28.5
XYZ65.2, 85.7, 57.4
Decimal12451766
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.14:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFFB6;
}
.text-color {
color: #BDFFB6;
}
.border-color {
border: 2px solid #BDFFB6;
}