#576D6D
A dark, muted cyan closely aligning with Dimgray.
About #576D6D
Visually, #576D6D is defined as a muted cyan. Its closest recognized web color is Dimgray. In the RGB color space, it consists of 87 red, 109 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 20% cyan, 0% magenta, 0% yellow, and 57% black. The HSL representation is 180.0° hue, 11.2% saturation, and 38.4% lightness.
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#576D6D
RGB87, 109, 109
HSL180.0°, 11.2%, 38.4%
CMYK20%, 0%, 0%, 57%
HSV180.0°, 20.2%, 42.7%
LAB44.3, -8.1, -2.7
XYZ12.2, 14.1, 16.5
Decimal5729645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.26:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #576D6D;
}
.text-color {
color: #576D6D;
}
.border-color {
border: 2px solid #576D6D;
}