#7C50E2
A light, vivid purple closely aligning with Mediumslateblue.
About #7C50E2
The hex code #7C50E2 represents a beautifully specific shade of purple. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 124 red, 80 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 45% cyan, 65% magenta, 0% yellow, and 11% black. The HSL representation is 258.1° hue, 71.6% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C50E2
RGB124, 80, 226
HSL258.1°, 71.6%, 60.0%
CMYK45%, 65%, 0%, 11%
HSV258.1°, 64.6%, 88.6%
LAB46.3, 51.3, -68.1
XYZ24.9, 15.5, 73.6
Decimal8147170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.12:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.89:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C50E2;
}
.text-color {
color: #7C50E2;
}
.border-color {
border: 2px solid #7C50E2;
}