#83F8A0
A light, vivid green closely aligning with Palegreen.
About #83F8A0
At its core, #83F8A0 is a light and vivid hue. Designers often compare it to the standard color Palegreen. This translates to an RGB value of rgb(131, 248, 160).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 47% C, 0% M, 35% Y, and 3% K. With a hue angle of 134.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83F8A0
RGB131, 248, 160
HSL134.9°, 89.3%, 74.3%
CMYK47%, 0%, 35%, 3%
HSV134.9°, 47.2%, 97.3%
LAB89.2, -51.6, 32.3
XYZ49.3, 74.5, 45.0
Decimal8648864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.90:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F8A0;
}
.text-color {
color: #83F8A0;
}
.border-color {
border: 2px solid #83F8A0;
}