#7C50F8
A light, vivid purple closely aligning with Blueviolet.
About #7C50F8
The hex code #7C50F8 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. Its digital footprint relies on 124 parts red, 80 parts green, and 248 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 68% Magenta, 0% Yellow, and 3% Black. The HSL representation is 255.7° hue, 92.3% saturation, and 64.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C50F8
RGB124, 80, 248
HSL255.7°, 92.3%, 64.3%
CMYK50%, 68%, 0%, 3%
HSV255.7°, 67.7%, 97.3%
LAB48.0, 57.3, -77.7
XYZ28.1, 16.8, 90.6
Decimal8147192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C50F8;
}
.text-color {
color: #7C50F8;
}
.border-color {
border: 2px solid #7C50F8;
}