#571D99
A dark, moderate purple closely aligning with Indigo.
About #571D99
The hex code #571D99 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(87, 29, 153).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 43% cyan, 81% magenta, 0% yellow, and 40% black. The HSL representation is 268.1° hue, 68.1% saturation, and 35.7% lightness.
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#571D99
RGB87, 29, 153
HSL268.1°, 68.1%, 35.7%
CMYK43%, 81%, 0%, 40%
HSV268.1°, 81.0%, 60.0%
LAB27.3, 50.3, -56.3
XYZ10.1, 5.2, 30.6
Decimal5709209
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.29:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.83:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D99;
}
.text-color {
color: #571D99;
}
.border-color {
border: 2px solid #571D99;
}