#5F5FF0
A light, vivid blue closely aligning with Mediumslateblue.
About #5F5FF0
At its core, #5F5FF0 is a light and vivid hue. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 95, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 60% Cyan, 60% 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#5F5FF0
RGB95, 95, 240
HSL240.0°, 82.9%, 65.7%
CMYK60%, 60%, 0%, 6%
HSV240.0°, 60.4%, 94.1%
LAB48.1, 41.9, -73.1
XYZ24.5, 16.9, 84.4
Decimal6250480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.79:1
Text on #FFFFFF
AA
4.38:1
Text on #000000
AA Large
4.58:1
Text on #F8FAFC
AA
3.72:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F5FF0;
}
.text-color {
color: #5F5FF0;
}
.border-color {
border: 2px solid #5F5FF0;
}