#7C6DCC
A light, moderate blue closely aligning with Mediumpurple.
About #7C6DCC
When working with digital screens, the color #7C6DCC is rendered by mixing light. Designers often compare it to the standard color Mediumpurple. This translates to an RGB value of rgb(124, 109, 204).
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 47% Magenta, 0% Yellow, and 20% Black. The HSL representation is 249.5° hue, 48.2% saturation, and 61.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C6DCC
RGB124, 109, 204
HSL249.5°, 48.2%, 61.4%
CMYK39%, 47%, 0%, 20%
HSV249.5°, 46.6%, 80.0%
LAB51.4, 28.6, -47.5
XYZ24.7, 19.6, 59.6
Decimal8154572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6DCC;
}
.text-color {
color: #7C6DCC;
}
.border-color {
border: 2px solid #7C6DCC;
}