#755FCC
A medium, moderate blue closely aligning with Slateblue.
About #755FCC
The hex code #755FCC represents a beautifully specific shade of blue. Its closest recognized web color is Slateblue. This translates to an RGB value of rgb(117, 95, 204).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 43% C, 53% M, 0% Y, and 20% K. The HSL representation is 252.1° hue, 51.7% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#755FCC
RGB117, 95, 204
HSL252.1°, 51.7%, 58.6%
CMYK43%, 53%, 0%, 20%
HSV252.1°, 53.4%, 80.0%
LAB47.4, 35.2, -53.8
XYZ22.3, 16.3, 59.1
Decimal7692236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755FCC;
}
.text-color {
color: #755FCC;
}
.border-color {
border: 2px solid #755FCC;
}