#571D2C
A dark, moderate magenta closely aligning with Black.
About #571D2C
Visually, #571D2C is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(87, 29, 44).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 67% magenta, 49% yellow, and 66% black. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#571D2C
RGB87, 29, 44
HSL344.5°, 50.0%, 22.7%
CMYK0%, 67%, 49%, 66%
HSV344.5°, 66.7%, 34.1%
LAB20.4, 28.3, 4.2
XYZ4.8, 3.1, 2.7
Decimal5709100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.98:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.41:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D2C;
}
.text-color {
color: #571D2C;
}
.border-color {
border: 2px solid #571D2C;
}