#755FA8
A medium, muted purple closely aligning with Darkslateblue.
About #755FA8
When working with digital screens, the color #755FA8 is rendered by mixing light. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 117 red, 95 green, and 168 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 30% C, 43% M, 0% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
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#755FA8
RGB117, 95, 168
HSL258.1°, 29.6%, 51.6%
CMYK30%, 43%, 0%, 34%
HSV258.1°, 43.5%, 65.9%
LAB45.4, 25.3, -36.2
XYZ18.5, 14.8, 38.9
Decimal7692200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.30:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.07:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755FA8;
}
.text-color {
color: #755FA8;
}
.border-color {
border: 2px solid #755FA8;
}