#83D37C
A light, moderate green closely aligning with Lightgreen.
About #83D37C
The precise color #83D37C is an excellent choice for modern design projects. 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 131, 211, and 124.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 38% cyan and 0% magenta inks. The HSL representation is 115.2° hue, 49.7% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#83D37C
RGB131, 211, 124
HSL115.2°, 49.7%, 65.7%
CMYK38%, 0%, 41%, 17%
HSV115.2°, 41.2%, 82.7%
LAB77.8, -41.6, 35.5
XYZ36.3, 52.9, 27.4
Decimal8639356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.57:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83D37C;
}
.text-color {
color: #83D37C;
}
.border-color {
border: 2px solid #83D37C;
}