#A8F0A8
A very light, vivid green closely aligning with Lightgreen.
About #A8F0A8
At its core, #A8F0A8 is a very light and vivid hue. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(168, 240, 168).
If you are designing for print, the four-color process is what matters most. The color uses 30% Cyan, 0% Magenta, 30% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very 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#A8F0A8
RGB168, 240, 168
HSL120.0°, 70.6%, 80.0%
CMYK30%, 0%, 30%, 6%
HSV120.0°, 30.0%, 94.1%
LAB88.7, -36.1, 27.9
XYZ54.4, 73.5, 48.4
Decimal11071656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.69:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F0A8;
}
.text-color {
color: #A8F0A8;
}
.border-color {
border: 2px solid #A8F0A8;
}