#570024
A very dark, vivid magenta closely aligning with Brown.
About #570024
The hex code #570024 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Brown. In the RGB color space, it consists of 87 red, 0 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 59% Yellow, and 66% Black. The HSL representation is 335.2° hue, 100.0% saturation, and 17.1% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#570024
RGB87, 0, 36
HSL335.2°, 100.0%, 17.1%
CMYK0%, 100%, 59%, 66%
HSV335.2°, 100.0%, 34.1%
LAB16.3, 38.3, 4.1
XYZ4.2, 2.2, 1.9
Decimal5701668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.68:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.03:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570024;
}
.text-color {
color: #570024;
}
.border-color {
border: 2px solid #570024;
}