#5F50F0
A light, vivid blue closely aligning with Mediumslateblue.
About #5F50F0
Visually, #5F50F0 is defined as a vivid blue. It is closely associated with the named CSS color Mediumslateblue. Its digital footprint relies on 95 parts red, 80 parts green, and 240 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 60% cyan, 67% magenta, 0% yellow, and 6% black. The HSL representation is 245.6° hue, 84.2% saturation, and 62.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F50F0
RGB95, 80, 240
HSL245.6°, 84.2%, 62.7%
CMYK60%, 67%, 0%, 6%
HSV245.6°, 66.7%, 94.1%
LAB44.9, 50.6, -78.5
XYZ23.3, 14.5, 84.0
Decimal6246640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.16:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F50F0;
}
.text-color {
color: #5F50F0;
}
.border-color {
border: 2px solid #5F50F0;
}