#571D5F
A dark, moderate magenta closely aligning with Darkslateblue.
About #571D5F
At its core, #571D5F is a dark and moderate hue. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 29, and 95.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 8% cyan, 69% magenta, 0% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#571D5F
RGB87, 29, 95
HSL292.7°, 53.2%, 24.3%
CMYK8%, 69%, 0%, 63%
HSV292.7°, 69.5%, 37.3%
LAB22.8, 36.7, -26.9
XYZ6.4, 3.7, 11.2
Decimal5709151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.03:1
Text on #FFFFFF
AAA
1.75:1
Text on #000000
FAIL
11.49:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D5F;
}
.text-color {
color: #571D5F;
}
.border-color {
border: 2px solid #571D5F;
}