#8AFFDB
A light, vivid green closely aligning with Aquamarine.
About #8AFFDB
Visually, #8AFFDB is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 138 red, 255 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 46% cyan and 0% magenta inks. With a hue angle of 161.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#8AFFDB
RGB138, 255, 219
HSL161.5°, 100.0%, 77.1%
CMYK46%, 0%, 14%, 0%
HSV161.5°, 45.9%, 100.0%
LAB92.6, -41.5, 7.0
XYZ59.0, 82.0, 79.7
Decimal9109467
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.41:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFFDB;
}
.text-color {
color: #8AFFDB;
}
.border-color {
border: 2px solid #8AFFDB;
}