#573A66
A dark, muted purple closely aligning with Darkslateblue.
About #573A66
The hex code #573A66 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 87 red, 58 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 15% Cyan, 43% Magenta, 0% Yellow, and 60% Black. The HSL representation is 279.5° hue, 27.5% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#573A66
RGB87, 58, 102
HSL279.5°, 27.5%, 31.4%
CMYK15%, 43%, 0%, 60%
HSV279.5°, 43.1%, 40.0%
LAB29.4, 21.8, -20.9
XYZ7.8, 6.0, 13.3
Decimal5716582
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.54:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.11:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573A66;
}
.text-color {
color: #573A66;
}
.border-color {
border: 2px solid #573A66;
}