#B6F88A
A light, vivid green closely aligning with Palegreen.
About #B6F88A
When working with digital screens, the color #B6F88A is rendered by mixing light. Designers often compare it to the standard color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 248, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 27% Cyan, 0% Magenta, 44% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6F88A
RGB182, 248, 138
HSL96.0°, 88.7%, 75.7%
CMYK27%, 0%, 44%, 3%
HSV96.0°, 44.4%, 97.3%
LAB91.2, -39.3, 46.2
XYZ57.4, 78.9, 36.2
Decimal11991178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.78:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F88A;
}
.text-color {
color: #B6F88A;
}
.border-color {
border: 2px solid #B6F88A;
}