#8AFF3A
A light, vivid green closely aligning with Lawngreen.
About #8AFF3A
At its core, #8AFF3A is a light and vivid hue. It is closely associated with the named CSS color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 255, and 58.
Translating this color to physical media requires the CMYK color model. The color uses 46% Cyan, 0% Magenta, 77% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AFF3A
RGB138, 255, 58
HSL95.6°, 100.0%, 61.4%
CMYK46%, 0%, 77%, 0%
HSV95.6°, 77.3%, 100.0%
LAB90.4, -63.3, 77.0
XYZ47.0, 77.2, 16.4
Decimal9109306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.45:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFF3A;
}
.text-color {
color: #8AFF3A;
}
.border-color {
border: 2px solid #8AFF3A;
}