#8AE966
A light, vivid green closely aligning with Palegreen.
About #8AE966
The precise color #8AE966 is an excellent choice for modern design projects. It is closely associated with the named CSS color Palegreen. In the RGB color space, it consists of 138 red, 233 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. The color uses 41% Cyan, 0% Magenta, 56% Yellow, and 9% Black. With a hue angle of 103.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#8AE966
RGB138, 233, 102
HSL103.5°, 74.9%, 65.7%
CMYK41%, 0%, 56%, 9%
HSV103.5°, 56.2%, 91.4%
LAB84.3, -51.4, 54.1
XYZ42.0, 64.6, 22.8
Decimal9103718
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.93:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AE966;
}
.text-color {
color: #8AE966;
}
.border-color {
border: 2px solid #8AE966;
}