#8AE975
A light, vivid green closely aligning with Palegreen.
About #8AE975
Visually, #8AE975 is defined as a vivid green. Its closest recognized web color is Palegreen. In the RGB color space, it consists of 138 red, 233 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 41% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AE975
RGB138, 233, 117
HSL109.1°, 72.5%, 68.6%
CMYK41%, 0%, 50%, 9%
HSV109.1°, 49.8%, 91.4%
LAB84.5, -49.7, 47.4
XYZ42.8, 65.0, 27.1
Decimal9103733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.99:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AE975;
}
.text-color {
color: #8AE975;
}
.border-color {
border: 2px solid #8AE975;
}