#AFF0A8
A very light, vivid green closely aligning with Lightgreen.
About #AFF0A8
The hex code #AFF0A8 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(175, 240, 168).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 27% C, 0% M, 30% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#AFF0A8
RGB175, 240, 168
HSL114.2°, 70.6%, 80.0%
CMYK27%, 0%, 30%, 6%
HSV114.2°, 30.0%, 94.1%
LAB89.0, -33.8, 28.4
XYZ55.9, 74.3, 48.4
Decimal11530408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.85:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF0A8;
}
.text-color {
color: #AFF0A8;
}
.border-color {
border: 2px solid #AFF0A8;
}