#7C5766
A medium, muted magenta closely aligning with Dimgray.
About #7C5766
At its core, #7C5766 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. Its digital footprint relies on 124 parts red, 87 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 30% magenta inks. The HSL representation is 335.7° hue, 17.5% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#7C5766
RGB124, 87, 102
HSL335.7°, 17.5%, 41.4%
CMYK0%, 30%, 18%, 51%
HSV335.7°, 29.8%, 48.6%
LAB41.3, 17.8, -2.5
XYZ14.1, 12.1, 14.2
Decimal8148838
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.15:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.88:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5766;
}
.text-color {
color: #7C5766;
}
.border-color {
border: 2px solid #7C5766;
}