#5707BD
A dark, vivid purple closely aligning with Blueviolet.
About #5707BD
The hex code #5707BD represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 7, and 189.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 54% C, 96% M, 0% Y, and 26% K. The HSL representation is 266.4° hue, 92.9% saturation, and 38.4% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5707BD
RGB87, 7, 189
HSL266.4°, 92.9%, 38.4%
CMYK54%, 96%, 0%, 26%
HSV266.4°, 96.3%, 74.1%
LAB29.0, 64.8, -75.2
XYZ13.2, 5.9, 48.6
Decimal5703613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.68:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.25:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5707BD;
}
.text-color {
color: #5707BD;
}
.border-color {
border: 2px solid #5707BD;
}