#572C6D
A dark, moderate purple closely aligning with Darkslateblue.
About #572C6D
When working with digital screens, the color #572C6D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(87, 44, 109).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 20% cyan and 60% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#572C6D
RGB87, 44, 109
HSL279.7°, 42.5%, 30.0%
CMYK20%, 60%, 0%, 57%
HSV279.7°, 59.6%, 42.7%
LAB26.5, 32.0, -30.0
XYZ7.6, 4.9, 15.0
Decimal5713005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.57:1
Text on #FFFFFF
AAA
1.99:1
Text on #000000
FAIL
10.10:1
Text on #F8FAFC
AAA
1.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #572C6D;
}
.text-color {
color: #572C6D;
}
.border-color {
border: 2px solid #572C6D;
}