#7C5F75
A medium, muted magenta closely aligning with Dimgray.
About #7C5F75
Visually, #7C5F75 is defined as a muted magenta. Its closest recognized web color is Dimgray. This translates to an RGB value of rgb(124, 95, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 23% Magenta, 6% Yellow, and 51% Black. The HSL representation is 314.5° hue, 13.2% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#7C5F75
RGB124, 95, 117
HSL314.5°, 13.2%, 42.9%
CMYK0%, 23%, 6%, 51%
HSV314.5°, 23.4%, 48.6%
LAB43.9, 15.8, -7.9
XYZ15.6, 13.8, 18.7
Decimal8150901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.60:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.35:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C5F75;
}
.text-color {
color: #7C5F75;
}
.border-color {
border: 2px solid #7C5F75;
}