#A8F083
A light, vivid green closely aligning with Lightgreen.
About #A8F083
At its core, #A8F083 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 240, and 131.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 30% cyan and 0% magenta inks. With a hue angle of 99.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#A8F083
RGB168, 240, 131
HSL99.6°, 78.4%, 72.7%
CMYK30%, 0%, 45%, 6%
HSV99.6°, 45.4%, 94.1%
LAB88.1, -41.4, 45.5
XYZ51.4, 72.3, 32.7
Decimal11071619
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.46:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F083;
}
.text-color {
color: #A8F083;
}
.border-color {
border: 2px solid #A8F083;
}