#5016FF
A medium, vivid blue closely aligning with Blue.
About #5016FF
When working with digital screens, the color #5016FF is rendered by mixing light. Its closest recognized web color is Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 22, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 69% C, 91% M, 0% Y, and 0% K. With a hue angle of 254.9 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5016FF
RGB80, 22, 255
HSL254.9°, 100.0%, 54.3%
CMYK69%, 91%, 0%, 0%
HSV254.9°, 91.4%, 100.0%
LAB36.9, 77.2, -100.1
XYZ21.6, 9.5, 95.3
Decimal5248767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.24:1
Text on #FFFFFF
AAA
2.90:1
Text on #000000
FAIL
6.92:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5016FF;
}
.text-color {
color: #5016FF;
}
.border-color {
border: 2px solid #5016FF;
}