#57F875
A light, vivid green closely aligning with Springgreen.
About #57F875
At its core, #57F875 is a light and vivid hue. Designers often compare it to the standard color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 248, and 117.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 65% C, 0% M, 53% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57F875
RGB87, 248, 117
HSL131.2°, 92.0%, 65.7%
CMYK65%, 0%, 53%, 3%
HSV131.2°, 64.9%, 97.3%
LAB87.2, -68.0, 50.3
XYZ40.7, 70.4, 28.3
Decimal5765237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.09:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F875;
}
.text-color {
color: #57F875;
}
.border-color {
border: 2px solid #57F875;
}