#57BDAF
A medium, moderate cyan closely aligning with Lightseagreen.
About #57BDAF
At its core, #57BDAF is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 189, and 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 54% C, 0% M, 7% Y, and 26% K. The HSL representation is 171.8° hue, 43.6% saturation, and 54.1% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57BDAF
RGB87, 189, 175
HSL171.8°, 43.6%, 54.1%
CMYK54%, 0%, 7%, 26%
HSV171.8°, 54.0%, 74.1%
LAB70.5, -33.1, -1.9
XYZ29.9, 41.5, 47.0
Decimal5750191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.30:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57BDAF;
}
.text-color {
color: #57BDAF;
}
.border-color {
border: 2px solid #57BDAF;
}