#572C7C
A dark, moderate purple closely aligning with Darkslateblue.
About #572C7C
When working with digital screens, the color #572C7C is rendered by mixing light. It is closely associated with the named CSS color Darkslateblue. Its digital footprint relies on 87 parts red, 44 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 30% cyan and 65% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#572C7C
RGB87, 44, 124
HSL272.2°, 47.6%, 32.9%
CMYK30%, 65%, 0%, 51%
HSV272.2°, 64.5%, 48.6%
LAB27.5, 35.7, -38.0
XYZ8.5, 5.3, 19.6
Decimal5713020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.21:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.76:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #572C7C;
}
.text-color {
color: #572C7C;
}
.border-color {
border: 2px solid #572C7C;
}