#571633
A dark, moderate magenta closely aligning with Black.
About #571633
Visually, #571633 is defined as a moderate magenta. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(87, 22, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 75% M, 41% Y, and 66% K. With a hue angle of 333.2 degrees, it sits comfortably in the magenta spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#571633
RGB87, 22, 51
HSL333.2°, 59.6%, 21.4%
CMYK0%, 75%, 41%, 66%
HSV333.2°, 74.7%, 34.1%
LAB19.4, 32.5, -2.1
XYZ4.8, 2.8, 3.4
Decimal5707315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.39:1
Text on #FFFFFF
AAA
1.57:1
Text on #000000
FAIL
12.80:1
Text on #F8FAFC
AAA
1.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571633;
}
.text-color {
color: #571633;
}
.border-color {
border: 2px solid #571633;
}