#7C507C
A medium, muted magenta closely aligning with Darkslateblue.
About #7C507C
At its core, #7C507C is a medium and muted hue. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(124, 80, 124).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 35% Magenta, 0% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C507C
RGB124, 80, 124
HSL300.0°, 21.6%, 40.0%
CMYK0%, 35%, 0%, 51%
HSV300.0°, 35.5%, 48.6%
LAB40.4, 26.1, -17.4
XYZ14.8, 11.5, 20.5
Decimal8147068
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.37:1
Text on #FFFFFF
AA
3.30:1
Text on #000000
AA Large
6.09:1
Text on #F8FAFC
AA
2.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C507C;
}
.text-color {
color: #7C507C;
}
.border-color {
border: 2px solid #7C507C;
}