#7C5775
A medium, muted magenta closely aligning with Dimgray.
About #7C5775
When working with digital screens, the color #7C5775 is rendered by mixing light. Its closest recognized web color is Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 87, and 117.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 30% M, 6% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C5775
RGB124, 87, 117
HSL311.4°, 17.5%, 41.4%
CMYK0%, 30%, 6%, 51%
HSV311.4°, 29.8%, 48.6%
LAB41.8, 20.6, -10.9
XYZ14.9, 12.4, 18.4
Decimal8148853
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.04:1
Text on #FFFFFF
AA
3.48:1
Text on #000000
AA Large
5.77:1
Text on #F8FAFC
AA
2.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5775;
}
.text-color {
color: #7C5775;
}
.border-color {
border: 2px solid #7C5775;
}