#5F668A
A medium, muted blue closely aligning with Slategray.
About #5F668A
The hex code #5F668A represents a beautifully specific shade of blue. It is closely associated with the named CSS color Slategray. Its digital footprint relies on 95 parts red, 102 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 31% cyan and 26% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F668A
RGB95, 102, 138
HSL230.2°, 18.5%, 45.7%
CMYK31%, 26%, 0%, 46%
HSV230.2°, 31.2%, 54.1%
LAB43.9, 6.2, -20.7
XYZ14.1, 13.8, 26.0
Decimal6252170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.59:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.35:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F668A;
}
.text-color {
color: #5F668A;
}
.border-color {
border: 2px solid #5F668A;
}