#8AE283
A light, moderate green closely aligning with Lightgreen.
About #8AE283
Visually, #8AE283 is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(138, 226, 131).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 39% cyan, 0% magenta, 42% yellow, and 11% black. The HSL representation is 115.6° hue, 62.1% saturation, and 70.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8AE283
RGB138, 226, 131
HSL115.6°, 62.1%, 70.0%
CMYK39%, 0%, 42%, 11%
HSV115.6°, 42.0%, 88.6%
LAB82.6, -44.9, 38.3
XYZ41.8, 61.4, 31.1
Decimal9101955
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.29:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AE283;
}
.text-color {
color: #8AE283;
}
.border-color {
border: 2px solid #8AE283;
}