#57F8F8
A light, vivid cyan closely aligning with Aqua.
About #57F8F8
At its core, #57F8F8 is a light and vivid hue. It is closely associated with the named CSS color Aqua. In the RGB color space, it consists of 87 red, 248 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 65% cyan, 0% magenta, 0% yellow, and 3% black. The HSL representation is 180.0° hue, 92.0% saturation, and 65.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57F8F8
RGB87, 248, 248
HSL180.0°, 92.0%, 65.7%
CMYK65%, 0%, 0%, 3%
HSV180.0°, 64.9%, 97.3%
LAB89.8, -40.9, -12.3
XYZ54.4, 75.9, 100.6
Decimal5765368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.19:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F8F8;
}
.text-color {
color: #57F8F8;
}
.border-color {
border: 2px solid #57F8F8;
}