#8AF0B6
A light, vivid green closely aligning with Aquamarine.
About #8AF0B6
Visually, #8AF0B6 is defined as a vivid green. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(138, 240, 182).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 43% cyan, 0% magenta, 24% yellow, and 6% black. With a hue angle of 145.9 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#8AF0B6
RGB138, 240, 182
HSL145.9°, 77.3%, 74.1%
CMYK43%, 0%, 24%, 6%
HSV145.9°, 42.5%, 94.1%
LAB87.5, -42.4, 18.9
XYZ50.1, 71.1, 55.3
Decimal9105590
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.22:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF0B6;
}
.text-color {
color: #8AF0B6;
}
.border-color {
border: 2px solid #8AF0B6;
}