#B6F9D2
A very light, vivid green closely aligning with Aquamarine.
About #B6F9D2
At its core, #B6F9D2 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 182 red, 249 green, and 210 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 27% cyan and 0% magenta inks. The HSL representation is 145.1° hue, 84.8% saturation, and 84.5% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6F9D2
RGB182, 249, 210
HSL145.1°, 84.8%, 84.5%
CMYK27%, 0%, 16%, 2%
HSV145.1°, 26.9%, 97.6%
LAB92.7, -28.6, 12.1
XYZ64.8, 82.3, 73.5
Decimal11991506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.47:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F9D2;
}
.text-color {
color: #B6F9D2;
}
.border-color {
border: 2px solid #B6F9D2;
}