#7C75DB
A light, moderate blue closely aligning with Mediumpurple.
About #7C75DB
At its core, #7C75DB is a light and moderate hue. 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 219.
Translating this color to physical media requires the CMYK color model. The color uses 43% Cyan, 47% Magenta, 0% Yellow, and 14% Black. The HSL representation is 244.1° hue, 58.6% saturation, and 65.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7C75DB
RGB124, 117, 219
HSL244.1°, 58.6%, 65.9%
CMYK43%, 47%, 0%, 14%
HSV244.1°, 46.6%, 85.9%
LAB54.2, 28.1, -51.5
XYZ27.5, 22.1, 69.8
Decimal8156635
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.42:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C75DB;
}
.text-color {
color: #7C75DB;
}
.border-color {
border: 2px solid #7C75DB;
}