#57F88A
A light, vivid green closely aligning with Mediumspringgreen.
About #57F88A
The hex code #57F88A represents a beautifully specific shade of green. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(87, 248, 138).
For print applications, it's crucial to understand its CMYK makeup. The color uses 65% Cyan, 0% Magenta, 44% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57F88A
RGB87, 248, 138
HSL139.0°, 92.0%, 65.7%
CMYK65%, 0%, 44%, 3%
HSV139.0°, 64.9%, 97.3%
LAB87.5, -65.0, 40.7
XYZ42.1, 71.0, 35.5
Decimal5765258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.20:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F88A;
}
.text-color {
color: #57F88A;
}
.border-color {
border: 2px solid #57F88A;
}