#7C6692
A medium, muted purple closely aligning with Slategray.
About #7C6692
When working with digital screens, the color #7C6692 is rendered by mixing light. It is closely associated with the named CSS color Slategray. In the RGB color space, it consists of 124 red, 102 green, and 146 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 15% cyan, 30% magenta, 0% yellow, and 43% black. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#7C6692
RGB124, 102, 146
HSL270.0°, 17.7%, 48.6%
CMYK15%, 30%, 0%, 43%
HSV270.0°, 30.1%, 57.3%
LAB46.8, 17.8, -20.8
XYZ18.3, 15.9, 29.3
Decimal8152722
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6692;
}
.text-color {
color: #7C6692;
}
.border-color {
border: 2px solid #7C6692;
}