#5707DB
A medium, vivid purple closely aligning with Mediumblue.
About #5707DB
The precise color #5707DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 87 parts red, 7 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 60% C, 97% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5707DB
RGB87, 7, 219
HSL262.6°, 93.8%, 44.3%
CMYK60%, 97%, 0%, 14%
HSV262.6°, 96.8%, 85.9%
LAB32.5, 71.7, -87.0
XYZ16.8, 7.3, 67.5
Decimal5703643
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.54:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.16:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5707DB;
}
.text-color {
color: #5707DB;
}
.border-color {
border: 2px solid #5707DB;
}