#57BD75
A medium, moderate green closely aligning with Mediumseagreen.
About #57BD75
At its core, #57BD75 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(87, 189, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 54% C, 0% M, 38% Y, and 26% 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 medium 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#57BD75
RGB87, 189, 117
HSL137.6°, 43.6%, 54.1%
CMYK54%, 0%, 38%, 26%
HSV137.6°, 54.0%, 74.1%
LAB69.3, -45.7, 27.6
XYZ25.3, 39.7, 23.2
Decimal5750133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.94:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57BD75;
}
.text-color {
color: #57BD75;
}
.border-color {
border: 2px solid #57BD75;
}