#5F7CAF
A medium, moderate blue closely aligning with Steelblue.
About #5F7CAF
At its core, #5F7CAF is a medium and moderate hue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(95, 124, 175).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 46% cyan, 29% magenta, 0% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F7CAF
RGB95, 124, 175
HSL218.3°, 33.3%, 52.9%
CMYK46%, 29%, 0%, 31%
HSV218.3°, 45.7%, 68.6%
LAB51.8, 3.6, -30.3
XYZ19.7, 19.9, 43.4
Decimal6257839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F7CAF;
}
.text-color {
color: #5F7CAF;
}
.border-color {
border: 2px solid #5F7CAF;
}