#8AFFBD
A light, vivid green closely aligning with Aquamarine.
About #8AFFBD
At its core, #8AFFBD is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 138 parts red, 255 parts green, and 189 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 46% cyan and 0% magenta inks. With a hue angle of 146.2 degrees, it sits comfortably in the green spectrum.
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#8AFFBD
RGB138, 255, 189
HSL146.2°, 100.0%, 77.1%
CMYK46%, 0%, 26%, 0%
HSV146.2°, 45.9%, 100.0%
LAB92.0, -47.6, 21.4
XYZ55.4, 80.6, 60.8
Decimal9109437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.12:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFFBD;
}
.text-color {
color: #8AFFBD;
}
.border-color {
border: 2px solid #8AFFBD;
}