#756DA0
A medium, muted blue closely aligning with Steelblue.
About #756DA0
At its core, #756DA0 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 117 red, 109 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 27% C, 32% M, 0% Y, and 37% K. The HSL representation is 249.4° hue, 21.2% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#756DA0
RGB117, 109, 160
HSL249.4°, 21.2%, 52.7%
CMYK27%, 32%, 0%, 37%
HSV249.4°, 31.9%, 62.7%
LAB48.6, 14.7, -26.4
XYZ19.1, 17.3, 35.6
Decimal7695776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #756DA0;
}
.text-color {
color: #756DA0;
}
.border-color {
border: 2px solid #756DA0;
}