#7C505F
A medium, muted magenta closely aligning with Dimgray.
About #7C505F
At its core, #7C505F is a medium and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(124, 80, 95).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 35% M, 23% Y, and 51% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#7C505F
RGB124, 80, 95
HSL339.5°, 21.6%, 40.0%
CMYK0%, 35%, 23%, 51%
HSV339.5°, 35.5%, 48.6%
LAB39.3, 20.8, -1.1
XYZ13.2, 10.8, 12.2
Decimal8147039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.63:1
Text on #FFFFFF
AA
3.17:1
Text on #000000
AA Large
6.33:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C505F;
}
.text-color {
color: #7C505F;
}
.border-color {
border: 2px solid #7C505F;
}