#83F8C5
A light, vivid green closely aligning with Aquamarine.
About #83F8C5
The hex code #83F8C5 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(131, 248, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 47% cyan and 0% magenta inks. With a hue angle of 153.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#83F8C5
RGB131, 248, 197
HSL153.8°, 89.3%, 74.3%
CMYK47%, 0%, 21%, 3%
HSV153.8°, 47.2%, 97.3%
LAB89.9, -44.7, 14.4
XYZ53.0, 76.0, 64.7
Decimal8648901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.20:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F8C5;
}
.text-color {
color: #83F8C5;
}
.border-color {
border: 2px solid #83F8C5;
}