#5F6DFF
A light, vivid blue closely aligning with Mediumslateblue.
About #5F6DFF
When working with digital screens, the color #5F6DFF is rendered by mixing light. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 109, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 63% Cyan, 57% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F6DFF
RGB95, 109, 255
HSL234.8°, 100.0%, 68.6%
CMYK63%, 57%, 0%, 0%
HSV234.8°, 62.7%, 100.0%
LAB52.5, 38.4, -74.4
XYZ28.2, 20.6, 97.1
Decimal6254079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6DFF;
}
.text-color {
color: #5F6DFF;
}
.border-color {
border: 2px solid #5F6DFF;
}