#5050FF
A light, vivid blue closely aligning with Blueviolet.
About #5050FF
At its core, #5050FF is a light and vivid hue. Its closest recognized web color is Blueviolet. In the RGB color space, it consists of 80 red, 80 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 69% cyan and 69% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#5050FF
RGB80, 80, 255
HSL240.0°, 100.0%, 65.7%
CMYK69%, 69%, 0%, 0%
HSV240.0°, 68.6%, 100.0%
LAB45.2, 53.4, -86.4
XYZ24.2, 14.7, 96.2
Decimal5263615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.34:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5050FF;
}
.text-color {
color: #5050FF;
}
.border-color {
border: 2px solid #5050FF;
}