#572C99
A dark, moderate purple closely aligning with Rebeccapurple.
About #572C99
Visually, #572C99 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Rebeccapurple. In the RGB color space, it consists of 87 red, 44 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. The color uses 43% Cyan, 71% Magenta, 0% Yellow, and 40% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#572C99
RGB87, 44, 153
HSL263.7°, 55.3%, 38.6%
CMYK43%, 71%, 0%, 40%
HSV263.7°, 71.2%, 60.0%
LAB29.7, 43.4, -52.4
XYZ10.6, 6.1, 30.8
Decimal5713049
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.44:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.02:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #572C99;
}
.text-color {
color: #572C99;
}
.border-color {
border: 2px solid #572C99;
}