#5700DB
A medium, vivid purple closely aligning with Mediumblue.
About #5700DB
The precise color #5700DB is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(87, 0, 219).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 60% C, 100% M, 0% Y, and 14% K. With a hue angle of 263.8 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5700DB
RGB87, 0, 219
HSL263.8°, 100.0%, 42.9%
CMYK60%, 100%, 0%, 14%
HSV263.8°, 100.0%, 85.9%
LAB32.1, 72.7, -87.6
XYZ16.7, 7.1, 67.5
Decimal5701851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.65:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.27:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5700DB;
}
.text-color {
color: #5700DB;
}
.border-color {
border: 2px solid #5700DB;
}