#571D6D
A dark, moderate purple closely aligning with Rebeccapurple.
About #571D6D
When working with digital screens, the color #571D6D is rendered by mixing light. Its closest recognized web color is Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 29, and 109.
Translating this color to physical media requires the CMYK color model. The color uses 20% Cyan, 73% Magenta, 0% Yellow, and 57% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#571D6D
RGB87, 29, 109
HSL283.5°, 58.0%, 27.1%
CMYK20%, 73%, 0%, 57%
HSV283.5°, 73.4%, 42.7%
LAB23.7, 39.7, -34.5
XYZ7.1, 4.0, 14.9
Decimal5709165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.65:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.14:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D6D;
}
.text-color {
color: #571D6D;
}
.border-color {
border: 2px solid #571D6D;
}