#5F5FB6
A medium, moderate blue closely aligning with Darkslateblue.
About #5F5FB6
At its core, #5F5FB6 is a medium and moderate hue. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(95, 95, 182).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 48% cyan and 48% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F5FB6
RGB95, 95, 182
HSL240.0°, 37.3%, 54.3%
CMYK48%, 48%, 0%, 29%
HSV240.0°, 47.8%, 71.4%
LAB44.2, 23.5, -46.3
XYZ17.3, 14.0, 46.0
Decimal6250422
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.53:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.28:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F5FB6;
}
.text-color {
color: #5F5FB6;
}
.border-color {
border: 2px solid #5F5FB6;
}