#576D66
A dark, muted green closely aligning with Dimgray.
About #576D66
At its core, #576D66 is a dark and muted hue. Its closest recognized web color is Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 109, and 102.
If you are designing for print, the four-color process is what matters most. The color uses 20% Cyan, 0% Magenta, 6% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#576D66
RGB87, 109, 102
HSL160.9°, 11.2%, 38.4%
CMYK20%, 0%, 6%, 57%
HSV160.9°, 20.2%, 42.7%
LAB44.1, -9.7, 1.2
XYZ11.8, 13.9, 14.6
Decimal5729638
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.55:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #576D66;
}
.text-color {
color: #576D66;
}
.border-color {
border: 2px solid #576D66;
}