#8AFF7C
A light, vivid green closely aligning with Palegreen.
About #8AFF7C
At its core, #8AFF7C is a light and vivid hue. Its closest recognized web color is Palegreen. In the RGB color space, it consists of 138 red, 255 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 46% cyan, 0% magenta, 51% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AFF7C
RGB138, 255, 124
HSL113.6°, 100.0%, 74.3%
CMYK46%, 0%, 51%, 0%
HSV113.6°, 51.4%, 100.0%
LAB91.0, -57.7, 52.0
XYZ49.9, 78.4, 31.6
Decimal9109372
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.68:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFF7C;
}
.text-color {
color: #8AFF7C;
}
.border-color {
border: 2px solid #8AFF7C;
}