#5F6DF8
A light, vivid blue closely aligning with Mediumslateblue.
About #5F6DF8
At its core, #5F6DF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. In the RGB color space, it consists of 95 red, 109 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 62% cyan, 56% magenta, 0% yellow, and 3% black. The HSL representation is 234.5° hue, 91.6% saturation, and 67.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F6DF8
RGB95, 109, 248
HSL234.5°, 91.6%, 67.3%
CMYK62%, 56%, 0%, 3%
HSV234.5°, 61.7%, 97.3%
LAB52.0, 36.1, -71.3
XYZ27.1, 20.1, 91.3
Decimal6254072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.03:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6DF8;
}
.text-color {
color: #5F6DF8;
}
.border-color {
border: 2px solid #5F6DF8;
}