#571D3A
A dark, moderate magenta closely aligning with Black.
About #571D3A
Visually, #571D3A is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 87 red, 29 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. 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.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#571D3A
RGB87, 29, 58
HSL330.0°, 50.0%, 22.7%
CMYK0%, 67%, 33%, 66%
HSV330.0°, 66.7%, 34.1%
LAB20.9, 30.1, -4.8
XYZ5.1, 3.2, 4.4
Decimal5709114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.79:1
Text on #FFFFFF
AAA
1.64:1
Text on #000000
FAIL
12.22:1
Text on #F8FAFC
AAA
1.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D3A;
}
.text-color {
color: #571D3A;
}
.border-color {
border: 2px solid #571D3A;
}