#83FFC5
A light, vivid green closely aligning with Aquamarine.
About #83FFC5
The hex code #83FFC5 represents a beautifully specific shade of green. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 131 red, 255 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 49% Cyan, 0% Magenta, 23% Yellow, and 0% Black. With a hue angle of 151.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#83FFC5
RGB131, 255, 197
HSL151.9°, 100.0%, 75.7%
CMYK49%, 0%, 23%, 0%
HSV151.9°, 48.6%, 100.0%
LAB91.9, -47.7, 17.2
XYZ55.2, 80.4, 65.4
Decimal8650693
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.08:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83FFC5;
}
.text-color {
color: #83FFC5;
}
.border-color {
border: 2px solid #83FFC5;
}