#83D38A
A light, moderate green closely aligning with Lightgreen.
About #83D38A
Visually, #83D38A is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 131 red, 211 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 38% cyan, 0% magenta, 35% yellow, and 17% black. The HSL representation is 125.2° hue, 47.6% saturation, and 67.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#83D38A
RGB131, 211, 138
HSL125.2°, 47.6%, 67.1%
CMYK38%, 0%, 35%, 17%
HSV125.2°, 37.9%, 82.7%
LAB78.0, -39.4, 28.6
XYZ37.2, 53.2, 32.4
Decimal8639370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83D38A;
}
.text-color {
color: #83D38A;
}
.border-color {
border: 2px solid #83D38A;
}