#7C6DA8
A medium, muted purple closely aligning with Steelblue.
About #7C6DA8
At its core, #7C6DA8 is a medium and muted hue. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 109, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 26% C, 35% M, 0% Y, and 34% K. With a hue angle of 255.3 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C6DA8
RGB124, 109, 168
HSL255.3°, 25.3%, 54.3%
CMYK26%, 35%, 0%, 34%
HSV255.3°, 35.1%, 65.9%
LAB49.6, 19.0, -29.5
XYZ20.8, 18.0, 39.4
Decimal8154536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6DA8;
}
.text-color {
color: #7C6DA8;
}
.border-color {
border: 2px solid #7C6DA8;
}