#5050F8
A light, vivid blue closely aligning with Blueviolet.
About #5050F8
At its core, #5050F8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 80 red, 80 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 68% C, 68% M, 0% Y, and 3% K. With a hue angle of 240.0 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5050F8
RGB80, 80, 248
HSL240.0°, 92.3%, 64.3%
CMYK68%, 68%, 0%, 3%
HSV240.0°, 67.7%, 97.3%
LAB44.5, 51.1, -83.5
XYZ23.1, 14.2, 90.3
Decimal5263608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.46:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5050F8;
}
.text-color {
color: #5050F8;
}
.border-color {
border: 2px solid #5050F8;
}