#7C495F
A dark, muted magenta closely aligning with Dimgray.
About #7C495F
The hex code #7C495F represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 73, and 95.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 41% magenta, 23% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C495F
RGB124, 73, 95
HSL334.1°, 25.9%, 38.6%
CMYK0%, 41%, 23%, 51%
HSV334.1°, 41.1%, 48.6%
LAB37.6, 24.9, -3.6
XYZ12.8, 9.9, 12.1
Decimal8145247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.06:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.75:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C495F;
}
.text-color {
color: #7C495F;
}
.border-color {
border: 2px solid #7C495F;
}