#755F7C
A medium, muted magenta closely aligning with Slategray.
About #755F7C
Visually, #755F7C is defined as a muted magenta. It is closely associated with the named CSS color Slategray. In the RGB color space, it consists of 117 red, 95 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 6% C, 23% M, 0% Y, and 51% K. The HSL representation is 285.5° hue, 13.2% saturation, and 42.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#755F7C
RGB117, 95, 124
HSL285.5°, 13.2%, 42.9%
CMYK6%, 23%, 0%, 51%
HSV285.5°, 23.4%, 48.6%
LAB43.4, 14.6, -12.9
XYZ15.1, 13.4, 20.9
Decimal7692156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.70:1
Text on #FFFFFF
AA
3.68:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #755F7C;
}
.text-color {
color: #755F7C;
}
.border-color {
border: 2px solid #755F7C;
}