#5716E9
A medium, vivid purple closely aligning with Mediumblue.
About #5716E9
At its core, #5716E9 is a medium and vivid hue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 22, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 63% cyan, 91% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5716E9
RGB87, 22, 233
HSL258.5°, 82.7%, 50.0%
CMYK63%, 91%, 0%, 9%
HSV258.5°, 90.6%, 91.4%
LAB35.0, 72.3, -90.9
XYZ18.9, 8.5, 77.7
Decimal5707497
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.79:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.44:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5716E9;
}
.text-color {
color: #5716E9;
}
.border-color {
border: 2px solid #5716E9;
}