#758ABD
A light, moderate blue closely aligning with Steelblue.
About #758ABD
The precise color #758ABD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 117 red, 138 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 38% C, 27% M, 0% Y, and 26% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#758ABD
RGB117, 138, 189
HSL222.5°, 35.3%, 60.0%
CMYK38%, 27%, 0%, 26%
HSV222.5°, 38.1%, 74.1%
LAB57.7, 5.3, -29.0
XYZ25.6, 25.6, 51.7
Decimal7703229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.13:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #758ABD;
}
.text-color {
color: #758ABD;
}
.border-color {
border: 2px solid #758ABD;
}