#7C577C
A medium, muted magenta closely aligning with Dimgray.
About #7C577C
The hex code #7C577C represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(124, 87, 124).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 30% M, 0% Y, and 51% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C577C
RGB124, 87, 124
HSL300.0°, 17.5%, 41.4%
CMYK0%, 30%, 0%, 51%
HSV300.0°, 29.8%, 48.6%
LAB42.1, 22.0, -14.8
XYZ15.4, 12.6, 20.7
Decimal8148860
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.98:1
Text on #FFFFFF
AA
3.51:1
Text on #000000
AA Large
5.72:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C577C;
}
.text-color {
color: #7C577C;
}
.border-color {
border: 2px solid #7C577C;
}