#5F83AF
A medium, moderate blue closely aligning with Steelblue.
About #5F83AF
The precise color #5F83AF is an excellent choice for modern design projects. It is closely associated with the named CSS color Steelblue. Its digital footprint relies on 95 parts red, 131 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 46% cyan, 25% magenta, 0% yellow, and 31% black. With a hue angle of 213.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F83AF
RGB95, 131, 175
HSL213.0°, 33.3%, 52.9%
CMYK46%, 25%, 0%, 31%
HSV213.0°, 45.7%, 68.6%
LAB53.8, -0.5, -27.2
XYZ20.6, 21.8, 43.7
Decimal6259631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.92:1
Text on #FFFFFF
AA Large
5.35:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F83AF;
}
.text-color {
color: #5F83AF;
}
.border-color {
border: 2px solid #5F83AF;
}