#5707A8
A dark, vivid purple closely aligning with Darkblue.
About #5707A8
At its core, #5707A8 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. Its digital footprint relies on 87 parts red, 7 parts green, and 168 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 48% C, 96% M, 0% Y, and 34% K. The HSL representation is 269.8° hue, 92.0% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5707A8
RGB87, 7, 168
HSL269.8°, 92.0%, 34.3%
CMYK48%, 96%, 0%, 34%
HSV269.8°, 95.8%, 65.9%
LAB26.7, 59.9, -66.4
XYZ11.1, 5.0, 37.4
Decimal5703592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.49:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.03:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5707A8;
}
.text-color {
color: #5707A8;
}
.border-color {
border: 2px solid #5707A8;
}