#573A6D
A dark, moderate purple closely aligning with Darkslateblue.
About #573A6D
Visually, #573A6D is defined as a moderate purple. 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, 58, and 109.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 20% cyan and 47% magenta inks. The HSL representation is 274.1° hue, 30.5% saturation, and 32.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#573A6D
RGB87, 58, 109
HSL274.1°, 30.5%, 32.7%
CMYK20%, 47%, 0%, 57%
HSV274.1°, 46.8%, 42.7%
LAB29.8, 23.5, -24.8
XYZ8.2, 6.2, 15.2
Decimal5716589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.41:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.00:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573A6D;
}
.text-color {
color: #573A6D;
}
.border-color {
border: 2px solid #573A6D;
}