#574975
A dark, muted purple closely aligning with Darkslateblue.
About #574975
At its core, #574975 is a dark and muted hue. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 73, and 117.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 26% cyan, 38% magenta, 0% yellow, and 54% black. The HSL representation is 259.1° hue, 23.2% saturation, and 37.3% 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#574975
RGB87, 73, 117
HSL259.1°, 23.2%, 37.3%
CMYK26%, 38%, 0%, 54%
HSV259.1°, 37.6%, 45.9%
LAB34.1, 16.1, -23.1
XYZ9.5, 8.1, 17.9
Decimal5720437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.03:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.68:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #574975;
}
.text-color {
color: #574975;
}
.border-color {
border: 2px solid #574975;
}