#83F8B6
A light, vivid green closely aligning with Aquamarine.
About #83F8B6
Visually, #83F8B6 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 248, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 47% C, 0% M, 27% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#83F8B6
RGB131, 248, 182
HSL146.2°, 89.3%, 74.3%
CMYK47%, 0%, 27%, 3%
HSV146.2°, 47.2%, 97.3%
LAB89.6, -47.7, 21.7
XYZ51.4, 75.3, 56.1
Decimal8648886
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.07:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F8B6;
}
.text-color {
color: #83F8B6;
}
.border-color {
border: 2px solid #83F8B6;
}