#57F0AF
A light, vivid green closely aligning with Aquamarine.
About #57F0AF
The hex code #57F0AF represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 87 parts red, 240 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 64% C, 0% M, 27% Y, and 6% 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57F0AF
RGB87, 240, 175
HSL154.5°, 83.6%, 64.1%
CMYK64%, 0%, 27%, 6%
HSV154.5°, 63.7%, 94.1%
LAB85.7, -55.2, 19.7
XYZ42.8, 67.4, 51.3
Decimal5763247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.49:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F0AF;
}
.text-color {
color: #57F0AF;
}
.border-color {
border: 2px solid #57F0AF;
}