#57E2A8
A light, vivid green closely aligning with Aquamarine.
About #57E2A8
When working with digital screens, the color #57E2A8 is rendered by mixing light. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 87 red, 226 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. The color uses 62% Cyan, 0% Magenta, 26% Yellow, and 11% Black. With a hue angle of 155.0 degrees, it sits comfortably in the green spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57E2A8
RGB87, 226, 168
HSL155.0°, 70.6%, 61.4%
CMYK62%, 0%, 26%, 11%
HSV155.0°, 61.5%, 88.6%
LAB81.4, -51.0, 17.4
XYZ38.2, 59.2, 46.5
Decimal5759656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.85:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57E2A8;
}
.text-color {
color: #57E2A8;
}
.border-color {
border: 2px solid #57E2A8;
}