#8AF80F
A medium, vivid green closely aligning with Lawngreen.
About #8AF80F
The precise color #8AF80F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(138, 248, 15).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 44% cyan, 0% magenta, 94% yellow, and 3% black. With a hue angle of 88.3 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#8AF80F
RGB138, 248, 15
HSL88.3°, 94.3%, 51.6%
CMYK44%, 0%, 94%, 3%
HSV88.3°, 94.0%, 97.3%
LAB88.2, -62.1, 83.5
XYZ44.1, 72.6, 12.1
Decimal9107471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.51:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF80F;
}
.text-color {
color: #8AF80F;
}
.border-color {
border: 2px solid #8AF80F;
}