#A8D375
A light, moderate green closely aligning with Lightgreen.
About #A8D375
Visually, #A8D375 is defined as a moderate green. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 168 red, 211 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. The HSL representation is 87.4° hue, 51.6% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A8D375
RGB168, 211, 117
HSL87.4°, 51.6%, 64.3%
CMYK20%, 0%, 45%, 17%
HSV87.4°, 44.5%, 82.7%
LAB79.7, -29.8, 41.9
XYZ42.7, 56.2, 25.4
Decimal11064181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.24:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8D375;
}
.text-color {
color: #A8D375;
}
.border-color {
border: 2px solid #A8D375;
}