#571D50
A dark, moderate magenta closely aligning with Darkslateblue.
About #571D50
At its core, #571D50 is a dark and moderate hue. Designers often compare it to the standard color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 29, and 80.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 67% Magenta, 8% Yellow, and 66% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#571D50
RGB87, 29, 80
HSL307.2°, 50.0%, 22.7%
CMYK0%, 67%, 8%, 66%
HSV307.2°, 66.7%, 34.1%
LAB21.9, 33.7, -18.3
XYZ5.8, 3.5, 8.0
Decimal5709136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.38:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.83:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D50;
}
.text-color {
color: #571D50;
}
.border-color {
border: 2px solid #571D50;
}