#57245F
A dark, moderate magenta closely aligning with Darkslateblue.
About #57245F
At its core, #57245F is a dark and moderate hue. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(87, 36, 95).
If you are designing for print, the four-color process is what matters most. The color uses 8% Cyan, 62% Magenta, 0% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57245F
RGB87, 36, 95
HSL291.9°, 45.0%, 25.7%
CMYK8%, 62%, 0%, 63%
HSV291.9°, 62.1%, 37.3%
LAB24.0, 33.2, -24.9
XYZ6.6, 4.1, 11.3
Decimal5710943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.52:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.01:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57245F;
}
.text-color {
color: #57245F;
}
.border-color {
border: 2px solid #57245F;
}