#5016F8
A medium, vivid purple closely aligning with Blue.
About #5016F8
The hex code #5016F8 represents a beautifully specific shade of purple. Designers often compare it to the standard color Blue. This translates to an RGB value of rgb(80, 22, 248).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 68% cyan and 91% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5016F8
RGB80, 22, 248
HSL255.4°, 94.2%, 52.9%
CMYK68%, 91%, 0%, 3%
HSV255.4°, 91.1%, 97.3%
LAB36.1, 75.5, -97.5
XYZ20.5, 9.1, 89.5
Decimal5248760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.47:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.14:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5016F8;
}
.text-color {
color: #5016F8;
}
.border-color {
border: 2px solid #5016F8;
}