#57FFD3
A light, vivid green closely aligning with Aquamarine.
About #57FFD3
At its core, #57FFD3 is a light and vivid hue. It is closely associated with the named CSS color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 255, and 211.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 66% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57FFD3
RGB87, 255, 211
HSL164.3°, 100.0%, 67.1%
CMYK66%, 0%, 17%, 0%
HSV164.3°, 65.9%, 100.0%
LAB90.9, -53.3, 8.4
XYZ51.4, 78.2, 74.0
Decimal5767123
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.65:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FFD3;
}
.text-color {
color: #57FFD3;
}
.border-color {
border: 2px solid #57FFD3;
}