#B6FFD3
A very light, vivid green closely aligning with Aquamarine.
About #B6FFD3
At its core, #B6FFD3 is a very light and vivid hue. Its closest recognized web color is Aquamarine. In the RGB color space, it consists of 182 red, 255 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 29% C, 0% M, 17% Y, and 0% K. With a hue angle of 143.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6FFD3
RGB182, 255, 211
HSL143.8°, 100.0%, 85.7%
CMYK29%, 0%, 17%, 0%
HSV143.8°, 28.6%, 100.0%
LAB94.4, -31.2, 13.9
XYZ66.8, 86.2, 74.7
Decimal11993043
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.23:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6FFD3;
}
.text-color {
color: #B6FFD3;
}
.border-color {
border: 2px solid #B6FFD3;
}