#B6F0B6
A very light, moderate green closely aligning with Darkseagreen.
About #B6F0B6
The hex code #B6F0B6 represents a beautifully specific shade of green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 182 red, 240 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 24% cyan, 0% magenta, 24% yellow, and 6% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B6F0B6
RGB182, 240, 182
HSL120.0°, 65.9%, 82.7%
CMYK24%, 0%, 24%, 6%
HSV120.0°, 24.2%, 94.1%
LAB89.7, -29.3, 22.2
XYZ58.9, 75.6, 55.8
Decimal11989174
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.13:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F0B6;
}
.text-color {
color: #B6F0B6;
}
.border-color {
border: 2px solid #B6F0B6;
}