#7A6EBC
A medium, moderate blue closely aligning with Mediumpurple.
About #7A6EBC
The hex code #7A6EBC represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumpurple. Its digital footprint relies on 122 parts red, 110 parts green, and 188 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 35% Cyan, 41% Magenta, 0% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7A6EBC
RGB122, 110, 188
HSL249.2°, 36.8%, 58.4%
CMYK35%, 41%, 0%, 26%
HSV249.2°, 41.5%, 73.7%
LAB50.6, 23.1, -39.5
XYZ22.7, 18.9, 50.0
Decimal8023740
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7A6EBC;
}
.text-color {
color: #7A6EBC;
}
.border-color {
border: 2px solid #7A6EBC;
}