#A8DB7C
A light, moderate green closely aligning with Lightgreen.
About #A8DB7C
The hex code #A8DB7C represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(168, 219, 124).
If you are designing for print, the four-color process is what matters most. The color uses 23% Cyan, 0% Magenta, 43% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8DB7C
RGB168, 219, 124
HSL92.2°, 56.9%, 67.3%
CMYK23%, 0%, 43%, 14%
HSV92.2°, 43.4%, 85.9%
LAB82.1, -32.7, 41.4
XYZ45.1, 60.4, 28.4
Decimal11066236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.09:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8DB7C;
}
.text-color {
color: #A8DB7C;
}
.border-color {
border: 2px solid #A8DB7C;
}