#75496D
A dark, muted magenta closely aligning with Dimgray.
About #75496D
Visually, #75496D is defined as a muted magenta. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 117 red, 73 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 38% M, 7% Y, and 54% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75496D
RGB117, 73, 109
HSL310.9°, 23.2%, 37.3%
CMYK0%, 38%, 7%, 54%
HSV310.9°, 37.6%, 45.9%
LAB37.2, 24.8, -13.1
XYZ12.5, 9.7, 15.7
Decimal7686509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.17:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.85:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75496D;
}
.text-color {
color: #75496D;
}
.border-color {
border: 2px solid #75496D;
}