#5F6DF0
A light, vivid blue closely aligning with Mediumslateblue.
About #5F6DF0
At its core, #5F6DF0 is a light and vivid hue. Designers often compare it to the standard color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 109, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 60% C, 55% M, 0% Y, and 6% K. With a hue angle of 234.2 degrees, it sits comfortably in the blue spectrum.
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 #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F6DF0
RGB95, 109, 240
HSL234.2°, 82.9%, 65.7%
CMYK60%, 55%, 0%, 6%
HSV234.2°, 60.4%, 94.1%
LAB51.5, 33.5, -67.8
XYZ25.9, 19.7, 84.9
Decimal6254064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6DF0;
}
.text-color {
color: #5F6DF0;
}
.border-color {
border: 2px solid #5F6DF0;
}