#57A899
A medium, moderate cyan closely aligning with Lightseagreen.
About #57A899
The hex code #57A899 represents a beautifully specific shade of cyan. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(87, 168, 153).
Translating this color to physical media requires the CMYK color model. The color uses 48% Cyan, 0% Magenta, 9% Yellow, and 34% Black. The HSL representation is 168.9° hue, 31.8% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57A899
RGB87, 168, 153
HSL168.9°, 31.8%, 50.0%
CMYK48%, 0%, 9%, 34%
HSV168.9°, 48.2%, 65.9%
LAB63.6, -28.5, 0.1
XYZ23.7, 32.3, 35.1
Decimal5744793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.47:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57A899;
}
.text-color {
color: #57A899;
}
.border-color {
border: 2px solid #57A899;
}