#7C57DB
A light, moderate purple closely aligning with Mediumslateblue.
About #7C57DB
When working with digital screens, the color #7C57DB is rendered by mixing light. It is closely associated with the named CSS color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 87, and 219.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 43% C, 60% M, 0% Y, and 14% K. With a hue angle of 256.8 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C57DB
RGB124, 87, 219
HSL256.8°, 64.7%, 60.0%
CMYK43%, 60%, 0%, 14%
HSV256.8°, 60.3%, 85.9%
LAB47.3, 45.6, -62.6
XYZ24.5, 16.2, 68.9
Decimal8148955
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.95:1
Text on #FFFFFF
AA
4.24:1
Text on #000000
AA Large
4.73:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C57DB;
}
.text-color {
color: #7C57DB;
}
.border-color {
border: 2px solid #7C57DB;
}