#5707B6
A dark, vivid purple closely aligning with Blueviolet.
About #5707B6
At its core, #5707B6 is a dark and vivid hue. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 87 red, 7 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 52% C, 96% M, 0% Y, and 29% K. With a hue angle of 267.4 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5707B6
RGB87, 7, 182
HSL267.4°, 92.6%, 37.1%
CMYK52%, 96%, 0%, 29%
HSV267.4°, 96.2%, 71.4%
LAB28.3, 63.1, -72.3
XYZ12.4, 5.6, 44.7
Decimal5703606
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.95:1
Text on #FFFFFF
AAA
2.11:1
Text on #000000
FAIL
9.51:1
Text on #F8FAFC
AAA
1.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5707B6;
}
.text-color {
color: #5707B6;
}
.border-color {
border: 2px solid #5707B6;
}