#755FC5
A medium, moderate blue closely aligning with Slateblue.
About #755FC5
When working with digital screens, the color #755FC5 is rendered by mixing light. Its closest recognized web color is Slateblue. In the RGB color space, it consists of 117 red, 95 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 41% cyan and 52% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#755FC5
RGB117, 95, 197
HSL252.9°, 46.8%, 57.3%
CMYK41%, 52%, 0%, 23%
HSV252.9°, 51.8%, 77.3%
LAB47.0, 33.3, -50.5
XYZ21.5, 16.0, 54.8
Decimal7692229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.00:1
Text on #FFFFFF
AA
4.20:1
Text on #000000
AA Large
4.78:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755FC5;
}
.text-color {
color: #755FC5;
}
.border-color {
border: 2px solid #755FC5;
}