#575F66
A dark, muted neutral closely aligning with Dimgray.
About #575F66
Visually, #575F66 is defined as a muted neutral. It is closely associated with the named CSS color Dimgray. Its digital footprint relies on 87 parts red, 95 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 15% cyan and 7% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#575F66
RGB87, 95, 102
HSL208.0°, 7.9%, 37.1%
CMYK15%, 7%, 0%, 60%
HSV208.0°, 14.7%, 40.0%
LAB39.9, -1.5, -5.0
XYZ10.4, 11.2, 14.2
Decimal5726054
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.49:1
Text on #FFFFFF
AA
3.23:1
Text on #000000
AA Large
6.21:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #575F66;
}
.text-color {
color: #575F66;
}
.border-color {
border: 2px solid #575F66;
}