#755FD3
A light, moderate blue closely aligning with Slateblue.
About #755FD3
The hex code #755FD3 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Slateblue. In the RGB color space, it consists of 117 red, 95 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. The color uses 45% Cyan, 55% Magenta, 0% Yellow, and 17% Black. With a hue angle of 251.4 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#755FD3
RGB117, 95, 211
HSL251.4°, 56.9%, 60.0%
CMYK45%, 55%, 0%, 17%
HSV251.4°, 55.0%, 82.7%
LAB47.8, 37.2, -57.1
XYZ23.2, 16.7, 63.6
Decimal7692243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.85:1
Text on #FFFFFF
AA
4.33:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.68:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755FD3;
}
.text-color {
color: #755FD3;
}
.border-color {
border: 2px solid #755FD3;
}