#B6F8BD
A very light, vivid green closely aligning with Aquamarine.
About #B6F8BD
The precise color #B6F8BD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 248, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 27% cyan, 0% magenta, 24% yellow, and 3% black. The HSL representation is 126.4° hue, 82.5% saturation, and 84.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#B6F8BD
RGB182, 248, 189
HSL126.4°, 82.5%, 84.3%
CMYK27%, 0%, 24%, 3%
HSV126.4°, 26.6%, 97.3%
LAB92.0, -31.9, 21.9
XYZ62.0, 80.8, 60.5
Decimal11991229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.15:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F8BD;
}
.text-color {
color: #B6F8BD;
}
.border-color {
border: 2px solid #B6F8BD;
}