#7C5F6D
A medium, muted magenta closely aligning with Dimgray.
About #7C5F6D
Visually, #7C5F6D is defined as a muted magenta. Designers often compare it to the standard color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 95, and 109.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 23% magenta, 12% yellow, and 51% 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. 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#7C5F6D
RGB124, 95, 109
HSL331.0°, 13.2%, 42.9%
CMYK0%, 23%, 12%, 51%
HSV331.0°, 23.4%, 48.6%
LAB43.6, 14.2, -3.4
XYZ15.2, 13.6, 16.3
Decimal8150893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.65:1
Text on #FFFFFF
AA
3.71:1
Text on #000000
AA Large
5.40:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C5F6D;
}
.text-color {
color: #7C5F6D;
}
.border-color {
border: 2px solid #7C5F6D;
}