#5F5F92
A medium, muted blue closely aligning with Steelblue.
About #5F5F92
At its core, #5F5F92 is a medium and muted hue. It is closely associated with the named CSS color Steelblue. Its digital footprint relies on 95 parts red, 95 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 35% cyan, 35% magenta, 0% yellow, and 43% black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F5F92
RGB95, 95, 146
HSL240.0°, 21.2%, 47.3%
CMYK35%, 35%, 0%, 43%
HSV240.0°, 34.9%, 57.3%
LAB42.3, 12.8, -28.0
XYZ14.0, 12.7, 28.9
Decimal6250386
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.93:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.67:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F5F92;
}
.text-color {
color: #5F5F92;
}
.border-color {
border: 2px solid #5F5F92;
}