#83E975
A light, vivid green closely aligning with Palegreen.
About #83E975
The precise color #83E975 is an excellent choice for modern design projects. Its closest recognized web color is Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 233, and 117.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 44% cyan, 0% magenta, 50% yellow, and 9% black. The HSL representation is 112.8° hue, 72.5% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#83E975
RGB131, 233, 117
HSL112.8°, 72.5%, 68.6%
CMYK44%, 0%, 50%, 9%
HSV112.8°, 49.8%, 91.4%
LAB84.2, -51.8, 47.0
XYZ41.7, 64.4, 27.1
Decimal8644981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.88:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83E975;
}
.text-color {
color: #83E975;
}
.border-color {
border: 2px solid #83E975;
}