#5016F0
A medium, vivid purple closely aligning with Mediumblue.
About #5016F0
When working with digital screens, the color #5016F0 is rendered by mixing light. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 80 parts red, 22 parts green, and 240 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 67% Cyan, 91% Magenta, 0% Yellow, and 6% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5016F0
RGB80, 22, 240
HSL256.0°, 87.9%, 51.4%
CMYK67%, 91%, 0%, 6%
HSV256.0°, 90.8%, 94.1%
LAB35.1, 73.6, -94.6
XYZ19.3, 8.6, 83.1
Decimal5248752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.74:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.40:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5016F0;
}
.text-color {
color: #5016F0;
}
.border-color {
border: 2px solid #5016F0;
}