#5700E2
A medium, vivid purple closely aligning with Mediumblue.
About #5700E2
The precise color #5700E2 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, 226).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 62% cyan, 100% magenta, 0% yellow, and 11% black. With a hue angle of 263.1 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5700E2
RGB87, 0, 226
HSL263.1°, 100.0%, 44.3%
CMYK62%, 100%, 0%, 11%
HSV263.1°, 100.0%, 88.6%
LAB33.0, 74.3, -90.2
XYZ17.7, 7.5, 72.5
Decimal5701858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.39:1
Text on #FFFFFF
AAA
2.50:1
Text on #000000
FAIL
8.02:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5700E2;
}
.text-color {
color: #5700E2;
}
.border-color {
border: 2px solid #5700E2;
}