#B6F899
A light, vivid green closely aligning with Lightgreen.
About #B6F899
The precise color #B6F899 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(182, 248, 153).
Translating this color to physical media requires the CMYK color model. The color uses 27% Cyan, 0% Magenta, 38% Yellow, and 3% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6F899
RGB182, 248, 153
HSL101.7°, 87.2%, 78.6%
CMYK27%, 0%, 38%, 3%
HSV101.7°, 38.3%, 97.3%
LAB91.4, -37.4, 39.2
XYZ58.6, 79.4, 42.4
Decimal11991193
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.88:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F899;
}
.text-color {
color: #B6F899;
}
.border-color {
border: 2px solid #B6F899;
}