#5050F0
A light, vivid blue closely aligning with Mediumslateblue.
About #5050F0
The precise color #5050F0 is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumslateblue. In the RGB color space, it consists of 80 red, 80 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 67% Cyan, 67% Magenta, 0% Yellow, and 6% Black. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5050F0
RGB80, 80, 240
HSL240.0°, 84.2%, 62.7%
CMYK67%, 67%, 0%, 6%
HSV240.0°, 66.7%, 94.1%
LAB43.8, 48.6, -80.2
XYZ21.9, 13.7, 83.9
Decimal5263600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.60:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.36:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5050F0;
}
.text-color {
color: #5050F0;
}
.border-color {
border: 2px solid #5050F0;
}