#7C3A57
A dark, moderate magenta closely aligning with Palevioletred.
About #7C3A57
At its core, #7C3A57 is a dark and moderate hue. It is closely associated with the named CSS color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 58, and 87.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 53% magenta inks. With a hue angle of 333.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C3A57
RGB124, 58, 87
HSL333.6°, 36.3%, 35.7%
CMYK0%, 53%, 30%, 51%
HSV333.6°, 53.2%, 48.6%
LAB34.0, 32.2, -3.9
XYZ11.5, 8.0, 10.0
Decimal8141399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.08:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.72:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3A57;
}
.text-color {
color: #7C3A57;
}
.border-color {
border: 2px solid #7C3A57;
}