#7C66D3
A light, moderate blue closely aligning with Mediumpurple.
About #7C66D3
Visually, #7C66D3 is defined as a moderate blue. Its closest recognized web color is Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 102, and 211.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 41% cyan, 52% magenta, 0% yellow, and 17% black. The HSL representation is 252.1° hue, 55.3% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light 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#7C66D3
RGB124, 102, 211
HSL252.1°, 55.3%, 61.4%
CMYK41%, 52%, 0%, 17%
HSV252.1°, 51.7%, 82.7%
LAB50.1, 34.7, -53.5
XYZ24.8, 18.5, 63.9
Decimal8152787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.47:1
Text on #FFFFFF
AA Large
4.70:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C66D3;
}
.text-color {
color: #7C66D3;
}
.border-color {
border: 2px solid #7C66D3;
}