#83E2BD
A light, moderate green closely aligning with Mediumaquamarine.
About #83E2BD
The hex code #83E2BD represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(131, 226, 189).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 42% C, 0% M, 16% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83E2BD
RGB131, 226, 189
HSL156.6°, 62.1%, 70.0%
CMYK42%, 0%, 16%, 11%
HSV156.6°, 42.0%, 88.6%
LAB83.4, -36.6, 9.3
XYZ45.7, 62.9, 57.9
Decimal8643261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.58:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83E2BD;
}
.text-color {
color: #83E2BD;
}
.border-color {
border: 2px solid #83E2BD;
}