#572C42
A dark, moderate magenta closely aligning with Dimgray.
About #572C42
At its core, #572C42 is a dark and moderate hue. Its closest recognized web color is Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 44, and 66.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 49% M, 24% Y, and 66% K. The HSL representation is 329.3° hue, 32.8% saturation, and 25.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#572C42
RGB87, 44, 66
HSL329.3°, 32.8%, 25.7%
CMYK0%, 49%, 24%, 66%
HSV329.3°, 49.4%, 34.1%
LAB24.4, 22.9, -5.0
XYZ5.8, 4.2, 5.7
Decimal5712962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.39:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.88:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #572C42;
}
.text-color {
color: #572C42;
}
.border-color {
border: 2px solid #572C42;
}