#7C5066
A medium, muted magenta closely aligning with Dimgray.
About #7C5066
The precise color #7C5066 is an excellent choice for modern design projects. Designers often compare it to the standard color Dimgray. This translates to an RGB value of rgb(124, 80, 102).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 35% Magenta, 18% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C5066
RGB124, 80, 102
HSL330.0°, 21.6%, 40.0%
CMYK0%, 35%, 18%, 51%
HSV330.0°, 35.5%, 48.6%
LAB39.5, 21.9, -5.1
XYZ13.6, 11.0, 14.0
Decimal8147046
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.57:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.28:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5066;
}
.text-color {
color: #7C5066;
}
.border-color {
border: 2px solid #7C5066;
}