#57FFE2
A light, vivid cyan closely aligning with Aquamarine.
About #57FFE2
The hex code #57FFE2 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(87, 255, 226).
If you are designing for print, the four-color process is what matters most. The color uses 66% Cyan, 0% Magenta, 11% Yellow, and 0% Black. 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 light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57FFE2
RGB87, 255, 226
HSL169.6°, 100.0%, 67.1%
CMYK66%, 0%, 11%, 0%
HSV169.6°, 65.9%, 100.0%
LAB91.3, -49.7, 1.2
XYZ53.4, 79.0, 84.4
Decimal5767138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.81:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FFE2;
}
.text-color {
color: #57FFE2;
}
.border-color {
border: 2px solid #57FFE2;
}