#B6F07C
A light, vivid green closely aligning with Palegreen.
About #B6F07C
When working with digital screens, the color #B6F07C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palegreen. In the RGB color space, it consists of 182 red, 240 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 24% C, 0% M, 48% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#B6F07C
RGB182, 240, 124
HSL90.0°, 79.5%, 71.4%
CMYK24%, 0%, 48%, 6%
HSV90.0°, 48.3%, 94.1%
LAB88.8, -37.3, 49.9
XYZ54.1, 73.7, 30.4
Decimal11989116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.74:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F07C;
}
.text-color {
color: #B6F07C;
}
.border-color {
border: 2px solid #B6F07C;
}