#572457
A dark, moderate magenta closely aligning with Darkslateblue.
About #572457
The hex code #572457 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 36, and 87.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 59% Magenta, 0% Yellow, and 66% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#572457
RGB87, 36, 87
HSL300.0°, 41.5%, 24.1%
CMYK0%, 59%, 0%, 66%
HSV300.0°, 58.6%, 34.1%
LAB23.6, 31.5, -20.3
XYZ6.3, 4.0, 9.5
Decimal5710935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.70:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.18:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #572457;
}
.text-color {
color: #572457;
}
.border-color {
border: 2px solid #572457;
}