#5707A0
A dark, vivid purple closely aligning with Indigo.
About #5707A0
The hex code #5707A0 represents a beautifully specific shade of purple. Designers often compare it to the standard color Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 7, and 160.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 46% cyan, 96% magenta, 0% yellow, and 37% black. The HSL representation is 271.4° hue, 91.6% saturation, and 32.7% lightness.
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#5707A0
RGB87, 7, 160
HSL271.4°, 91.6%, 32.7%
CMYK46%, 96%, 0%, 37%
HSV271.4°, 95.6%, 62.7%
LAB25.9, 58.1, -62.9
XYZ10.4, 4.7, 33.6
Decimal5703584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.81:1
Text on #FFFFFF
AAA
1.94:1
Text on #000000
FAIL
10.33:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5707A0;
}
.text-color {
color: #5707A0;
}
.border-color {
border: 2px solid #5707A0;
}