#AFE983
A light, moderate green closely aligning with Lightgreen.
About #AFE983
When working with digital screens, the color #AFE983 is rendered by mixing light. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 175 red, 233 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 25% C, 0% M, 44% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFE983
RGB175, 233, 131
HSL94.1°, 69.9%, 71.4%
CMYK25%, 0%, 44%, 9%
HSV94.1°, 43.8%, 91.4%
LAB86.5, -35.8, 43.6
XYZ50.9, 69.0, 32.1
Decimal11528579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.81:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE983;
}
.text-color {
color: #AFE983;
}
.border-color {
border: 2px solid #AFE983;
}