#57A8A0
A medium, moderate cyan closely aligning with Cadetblue.
About #57A8A0
At its core, #57A8A0 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Cadetblue. This translates to an RGB value of rgb(87, 168, 160).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 48% cyan, 0% magenta, 5% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#57A8A0
RGB87, 168, 160
HSL174.1°, 31.8%, 50.0%
CMYK48%, 0%, 5%, 34%
HSV174.1°, 48.2%, 65.9%
LAB63.8, -26.8, -3.5
XYZ24.3, 32.6, 38.3
Decimal5744800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.51:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57A8A0;
}
.text-color {
color: #57A8A0;
}
.border-color {
border: 2px solid #57A8A0;
}