#571D42
A dark, moderate magenta closely aligning with Darkslateblue.
About #571D42
The hex code #571D42 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(87, 29, 66).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 67% Magenta, 24% Yellow, and 66% Black. The HSL representation is 321.7° hue, 50.0% saturation, and 22.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#571D42
RGB87, 29, 66
HSL321.7°, 50.0%, 22.7%
CMYK0%, 67%, 24%, 66%
HSV321.7°, 66.7%, 34.1%
LAB21.2, 31.3, -9.8
XYZ5.4, 3.3, 5.5
Decimal5709122
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.65:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.09:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D42;
}
.text-color {
color: #571D42;
}
.border-color {
border: 2px solid #571D42;
}