#571D33
A dark, moderate magenta closely aligning with Black.
About #571D33
The hex code #571D33 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 87 red, 29 green, and 51 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 67% Magenta, 41% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#571D33
RGB87, 29, 51
HSL337.2°, 50.0%, 22.7%
CMYK0%, 67%, 41%, 66%
HSV337.2°, 66.7%, 34.1%
LAB20.6, 29.1, -0.3
XYZ5.0, 3.1, 3.5
Decimal5709107
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.89:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.32:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D33;
}
.text-color {
color: #571D33;
}
.border-color {
border: 2px solid #571D33;
}