#5F75AF
A medium, moderate blue closely aligning with Steelblue.
About #5F75AF
At its core, #5F75AF is a medium and moderate hue. Its closest recognized web color is Steelblue. Its digital footprint relies on 95 parts red, 117 parts green, and 175 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 46% cyan, 33% magenta, 0% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F75AF
RGB95, 117, 175
HSL223.5°, 33.3%, 52.9%
CMYK46%, 33%, 0%, 31%
HSV223.5°, 45.7%, 68.6%
LAB49.8, 7.8, -33.4
XYZ18.8, 18.3, 43.1
Decimal6256047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F75AF;
}
.text-color {
color: #5F75AF;
}
.border-color {
border: 2px solid #5F75AF;
}