#B6FFA8
A very light, vivid green closely aligning with Lightgreen.
About #B6FFA8
Visually, #B6FFA8 is defined as a vivid green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(182, 255, 168).
For print applications, it's crucial to understand its CMYK makeup. The color uses 29% Cyan, 0% Magenta, 34% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#B6FFA8
RGB182, 255, 168
HSL110.3°, 100.0%, 82.9%
CMYK29%, 0%, 34%, 0%
HSV110.3°, 34.1%, 100.0%
LAB93.6, -38.4, 34.6
XYZ62.1, 84.3, 50.0
Decimal11993000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.86:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6FFA8;
}
.text-color {
color: #B6FFA8;
}
.border-color {
border: 2px solid #B6FFA8;
}