#8AF86D
A light, vivid green closely aligning with Palegreen.
About #8AF86D
Visually, #8AF86D is defined as a vivid green. It is closely associated with the named CSS color Palegreen. In the RGB color space, it consists of 138 red, 248 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 44% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#8AF86D
RGB138, 248, 109
HSL107.5°, 90.8%, 70.0%
CMYK44%, 0%, 56%, 3%
HSV107.5°, 56.0%, 97.3%
LAB88.8, -56.7, 56.2
XYZ46.8, 73.6, 26.2
Decimal9107565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.73:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF86D;
}
.text-color {
color: #8AF86D;
}
.border-color {
border: 2px solid #8AF86D;
}