#75426D
A dark, muted magenta closely aligning with Darkslateblue.
About #75426D
Visually, #75426D is defined as a muted magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 117 red, 66 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 44% Magenta, 7% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75426D
RGB117, 66, 109
HSL309.4°, 27.9%, 35.9%
CMYK0%, 44%, 7%, 54%
HSV309.4°, 43.6%, 45.9%
LAB35.6, 28.9, -15.6
XYZ12.0, 8.8, 15.5
Decimal7684717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.62:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.28:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75426D;
}
.text-color {
color: #75426D;
}
.border-color {
border: 2px solid #75426D;
}