#57FFF8
A light, vivid cyan closely aligning with Aqua.
About #57FFF8
The hex code #57FFF8 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 255, and 248.
Translating this color to physical media requires the CMYK color model. The color uses 66% Cyan, 0% Magenta, 3% Yellow, and 0% Black. The HSL representation is 177.5° hue, 100.0% saturation, and 67.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#57FFF8
RGB87, 255, 248
HSL177.5°, 100.0%, 67.1%
CMYK66%, 0%, 3%, 0%
HSV177.5°, 65.9%, 100.0%
LAB91.8, -44.0, -9.3
XYZ56.6, 80.3, 101.3
Decimal5767160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.06:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57FFF8;
}
.text-color {
color: #57FFF8;
}
.border-color {
border: 2px solid #57FFF8;
}