#83F8A8
A light, vivid green closely aligning with Lightgreen.
About #83F8A8
When working with digital screens, the color #83F8A8 is rendered by mixing light. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(131, 248, 168).
If you are designing for print, the four-color process is what matters most. The color uses 47% Cyan, 0% Magenta, 32% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
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#83F8A8
RGB131, 248, 168
HSL139.0°, 89.3%, 74.3%
CMYK47%, 0%, 32%, 3%
HSV139.0°, 47.2%, 97.3%
LAB89.3, -50.2, 28.4
XYZ50.0, 74.8, 48.8
Decimal8648872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.96:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F8A8;
}
.text-color {
color: #83F8A8;
}
.border-color {
border: 2px solid #83F8A8;
}