#8AFF57
A light, vivid green closely aligning with Greenyellow.
About #8AFF57
Visually, #8AFF57 is defined as a vivid green. Its closest recognized web color is Greenyellow. In the RGB color space, it consists of 138 red, 255 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 46% cyan, 0% magenta, 66% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AFF57
RGB138, 255, 87
HSL101.8°, 100.0%, 67.1%
CMYK46%, 0%, 66%, 0%
HSV101.8°, 65.9%, 100.0%
LAB90.6, -61.4, 67.4
XYZ48.0, 77.6, 21.5
Decimal9109335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.52:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFF57;
}
.text-color {
color: #8AFF57;
}
.border-color {
border: 2px solid #8AFF57;
}