#5707CC
A medium, vivid purple closely aligning with Mediumblue.
About #5707CC
At its core, #5707CC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 87 red, 7 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 57% C, 97% M, 0% Y, and 20% K. With a hue angle of 264.4 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5707CC
RGB87, 7, 204
HSL264.4°, 93.4%, 41.4%
CMYK57%, 97%, 0%, 20%
HSV264.4°, 96.6%, 80.0%
LAB30.7, 68.2, -81.2
XYZ14.9, 6.5, 57.6
Decimal5703628
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.10:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.70:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5707CC;
}
.text-color {
color: #5707CC;
}
.border-color {
border: 2px solid #5707CC;
}