#A8E283
A light, moderate green closely aligning with Lightgreen.
About #A8E283
When working with digital screens, the color #A8E283 is rendered by mixing light. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(168, 226, 131).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 26% cyan, 0% magenta, 42% yellow, and 11% black. With a hue angle of 96.6 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A8E283
RGB168, 226, 131
HSL96.6°, 62.1%, 70.0%
CMYK26%, 0%, 42%, 11%
HSV96.6°, 42.0%, 88.6%
LAB84.2, -35.1, 40.5
XYZ47.4, 64.4, 31.4
Decimal11068035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.87:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E283;
}
.text-color {
color: #A8E283;
}
.border-color {
border: 2px solid #A8E283;
}