#577C7C
A medium, muted cyan closely aligning with Slategray.
About #577C7C
The precise color #577C7C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Slategray. In the RGB color space, it consists of 87 red, 124 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 30% C, 0% M, 0% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#577C7C
RGB87, 124, 124
HSL180.0°, 17.5%, 41.4%
CMYK30%, 0%, 0%, 51%
HSV180.0°, 29.8%, 48.6%
LAB49.4, -12.9, -4.2
XYZ14.8, 17.9, 21.7
Decimal5733500
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.59:1
Text on #FFFFFF
AA
4.58:1
Text on #000000
AA
4.38:1
Text on #F8FAFC
AA Large
3.89:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #577C7C;
}
.text-color {
color: #577C7C;
}
.border-color {
border: 2px solid #577C7C;
}