#570F33
A dark, vivid magenta closely aligning with Black.
About #570F33
The precise color #570F33 is an excellent choice for modern design projects. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(87, 15, 51).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 83% magenta inks. The HSL representation is 330.0° hue, 70.6% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#570F33
RGB87, 15, 51
HSL330.0°, 70.6%, 20.0%
CMYK0%, 83%, 41%, 66%
HSV330.0°, 82.8%, 34.1%
LAB18.4, 35.3, -3.6
XYZ4.7, 2.6, 3.4
Decimal5705523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.80:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.19:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570F33;
}
.text-color {
color: #570F33;
}
.border-color {
border: 2px solid #570F33;
}