#7C6DC5
A light, moderate blue closely aligning with Mediumpurple.
About #7C6DC5
Visually, #7C6DC5 is defined as a moderate blue. It is closely associated with the named CSS color Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 109, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 37% cyan, 45% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#7C6DC5
RGB124, 109, 197
HSL250.2°, 43.1%, 60.0%
CMYK37%, 45%, 0%, 23%
HSV250.2°, 44.7%, 77.3%
LAB51.0, 26.7, -44.1
XYZ23.9, 19.3, 55.3
Decimal8154565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6DC5;
}
.text-color {
color: #7C6DC5;
}
.border-color {
border: 2px solid #7C6DC5;
}