#8ADB92
A light, moderate green closely aligning with Lightgreen.
About #8ADB92
Visually, #8ADB92 is defined as a moderate green. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(138, 219, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 37% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#8ADB92
RGB138, 219, 146
HSL125.9°, 52.9%, 70.0%
CMYK37%, 0%, 33%, 14%
HSV125.9°, 37.0%, 85.9%
LAB80.8, -39.5, 28.3
XYZ41.0, 58.1, 36.3
Decimal9100178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.63:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ADB92;
}
.text-color {
color: #8ADB92;
}
.border-color {
border: 2px solid #8ADB92;
}