#757CAF
A medium, muted blue closely aligning with Steelblue.
About #757CAF
The hex code #757CAF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 117 parts red, 124 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 33% C, 29% M, 0% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#757CAF
RGB117, 124, 175
HSL232.8°, 26.6%, 57.3%
CMYK33%, 29%, 0%, 31%
HSV232.8°, 33.1%, 68.6%
LAB53.3, 9.7, -27.9
XYZ22.3, 21.3, 43.5
Decimal7699631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.26:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757CAF;
}
.text-color {
color: #757CAF;
}
.border-color {
border: 2px solid #757CAF;
}