#A8D37C
A light, moderate green closely aligning with Lightgreen.
About #A8D37C
The precise color #A8D37C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(168, 211, 124).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 20% cyan, 0% magenta, 41% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8D37C
RGB168, 211, 124
HSL89.7°, 49.7%, 65.7%
CMYK20%, 0%, 41%, 17%
HSV89.7°, 41.2%, 82.7%
LAB79.8, -29.0, 38.5
XYZ43.1, 56.4, 27.7
Decimal11064188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.27:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8D37C;
}
.text-color {
color: #A8D37C;
}
.border-color {
border: 2px solid #A8D37C;
}