#571D57
A dark, moderate magenta closely aligning with Darkslateblue.
About #571D57
Visually, #571D57 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(87, 29, 87).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 67% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#571D57
RGB87, 29, 87
HSL300.0°, 50.0%, 22.7%
CMYK0%, 67%, 0%, 66%
HSV300.0°, 66.7%, 34.1%
LAB22.3, 35.1, -22.4
XYZ6.1, 3.6, 9.4
Decimal5709143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.22:1
Text on #FFFFFF
AAA
1.72:1
Text on #000000
FAIL
11.68:1
Text on #F8FAFC
AAA
1.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D57;
}
.text-color {
color: #571D57;
}
.border-color {
border: 2px solid #571D57;
}