#83F0BD
A light, vivid green closely aligning with Aquamarine.
About #83F0BD
Visually, #83F0BD is defined as a vivid green. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(131, 240, 189).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 45% C, 0% M, 21% Y, and 6% K. The HSL representation is 151.9° hue, 78.4% saturation, and 72.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83F0BD
RGB131, 240, 189
HSL151.9°, 78.4%, 72.7%
CMYK45%, 0%, 21%, 6%
HSV151.9°, 45.4%, 94.1%
LAB87.4, -42.8, 15.0
XYZ49.7, 70.8, 59.2
Decimal8646845
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.16:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F0BD;
}
.text-color {
color: #83F0BD;
}
.border-color {
border: 2px solid #83F0BD;
}