#75425F
A dark, muted magenta closely aligning with Dimgray.
About #75425F
The hex code #75425F represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(117, 66, 95).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 44% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#75425F
RGB117, 66, 95
HSL325.9°, 27.9%, 35.9%
CMYK0%, 44%, 19%, 54%
HSV325.9°, 43.6%, 45.9%
LAB35.0, 26.3, -7.6
XYZ11.3, 8.5, 11.9
Decimal7684703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.78:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.43:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75425F;
}
.text-color {
color: #75425F;
}
.border-color {
border: 2px solid #75425F;
}