#5716DB
A medium, vivid purple closely aligning with Mediumblue.
About #5716DB
The precise color #5716DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(87, 22, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 60% cyan, 90% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#5716DB
RGB87, 22, 219
HSL259.8°, 81.7%, 47.3%
CMYK60%, 90%, 0%, 14%
HSV259.8°, 90.0%, 85.9%
LAB33.4, 68.9, -85.5
XYZ17.0, 7.7, 67.6
Decimal5707483
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.26:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.89:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5716DB;
}
.text-color {
color: #5716DB;
}
.border-color {
border: 2px solid #5716DB;
}