#57F8BD
A light, vivid green closely aligning with Aquamarine.
About #57F8BD
The precise color #57F8BD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(87, 248, 189).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 65% C, 0% M, 24% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57F8BD
RGB87, 248, 189
HSL158.0°, 92.0%, 65.7%
CMYK65%, 0%, 24%, 3%
HSV158.0°, 64.9%, 97.3%
LAB88.4, -55.4, 16.2
XYZ46.7, 72.8, 59.7
Decimal5765309
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.57:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F8BD;
}
.text-color {
color: #57F8BD;
}
.border-color {
border: 2px solid #57F8BD;
}