#5F66FF
A light, vivid blue closely aligning with Mediumslateblue.
About #5F66FF
Visually, #5F66FF is defined as a vivid blue. It is closely associated with the named CSS color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 102, and 255.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 63% cyan, 60% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5F66FF
RGB95, 102, 255
HSL237.4°, 100.0%, 68.6%
CMYK63%, 60%, 0%, 0%
HSV237.4°, 62.7%, 100.0%
LAB50.9, 42.6, -77.1
XYZ27.5, 19.2, 96.9
Decimal6252287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.15:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F66FF;
}
.text-color {
color: #5F66FF;
}
.border-color {
border: 2px solid #5F66FF;
}