#B6F8CC
A very light, vivid green closely aligning with Aquamarine.
About #B6F8CC
Visually, #B6F8CC is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(182, 248, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 27% cyan, 0% magenta, 18% yellow, and 3% black. The HSL representation is 140.0° hue, 82.5% saturation, and 84.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6F8CC
RGB182, 248, 204
HSL140.0°, 82.5%, 84.3%
CMYK27%, 0%, 18%, 3%
HSV140.0°, 26.6%, 97.3%
LAB92.3, -29.2, 14.6
XYZ63.8, 81.4, 69.5
Decimal11991244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.29:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F8CC;
}
.text-color {
color: #B6F8CC;
}
.border-color {
border: 2px solid #B6F8CC;
}