#8AD36D
A light, moderate green closely aligning with Lightgreen.
About #8AD36D
At its core, #8AD36D is a light and moderate hue. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 138 red, 211 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 35% cyan and 0% magenta inks. The HSL representation is 102.9° hue, 53.7% saturation, and 62.7% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AD36D
RGB138, 211, 109
HSL102.9°, 53.7%, 62.7%
CMYK35%, 0%, 48%, 17%
HSV102.9°, 48.3%, 82.7%
LAB77.9, -41.3, 43.2
XYZ36.5, 53.1, 22.8
Decimal9098093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.62:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AD36D;
}
.text-color {
color: #8AD36D;
}
.border-color {
border: 2px solid #8AD36D;
}