#A8DB6D
A light, moderate green closely aligning with Lightgreen.
About #A8DB6D
At its core, #A8DB6D is a light and moderate hue. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(168, 219, 109).
For print applications, it's crucial to understand its CMYK makeup. The color uses 23% Cyan, 0% Magenta, 50% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A8DB6D
RGB168, 219, 109
HSL87.8°, 60.4%, 64.3%
CMYK23%, 0%, 50%, 14%
HSV87.8°, 50.2%, 85.9%
LAB81.9, -34.4, 48.4
XYZ44.2, 60.1, 23.7
Decimal11066221
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.02:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8DB6D;
}
.text-color {
color: #A8DB6D;
}
.border-color {
border: 2px solid #A8DB6D;
}