#8ADB7C
A light, moderate green closely aligning with Lightgreen.
About #8ADB7C
Visually, #8ADB7C is defined as a moderate green. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 138 red, 219 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 37% C, 0% M, 43% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8ADB7C
RGB138, 219, 124
HSL111.2°, 56.9%, 67.3%
CMYK37%, 0%, 43%, 14%
HSV111.2°, 43.4%, 85.9%
LAB80.5, -42.9, 39.0
XYZ39.5, 57.5, 28.1
Decimal9100156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.50:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ADB7C;
}
.text-color {
color: #8ADB7C;
}
.border-color {
border: 2px solid #8ADB7C;
}