#7C75D3
A light, moderate blue closely aligning with Mediumpurple.
About #7C75D3
The precise color #7C75D3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 117, and 211.
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 45% Magenta, 0% Yellow, and 17% Black. The HSL representation is 244.5° hue, 51.6% saturation, and 64.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#7C75D3
RGB124, 117, 211
HSL244.5°, 51.6%, 64.3%
CMYK41%, 45%, 0%, 17%
HSV244.5°, 44.5%, 82.7%
LAB53.7, 25.8, -47.7
XYZ26.4, 21.7, 64.4
Decimal8156627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.34:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C75D3;
}
.text-color {
color: #7C75D3;
}
.border-color {
border: 2px solid #7C75D3;
}