#7C2CF8
A medium, vivid purple closely aligning with Blueviolet.
About #7C2CF8
When working with digital screens, the color #7C2CF8 is rendered by mixing light. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 124 red, 44 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 50% Cyan, 82% Magenta, 0% Yellow, and 3% Black. The HSL representation is 263.5° hue, 93.6% saturation, and 57.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C2CF8
RGB124, 44, 248
HSL263.5°, 93.6%, 57.3%
CMYK50%, 82%, 0%, 3%
HSV263.5°, 82.3%, 97.3%
LAB42.6, 72.8, -86.7
XYZ26.2, 12.9, 89.9
Decimal8137976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.88:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.62:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C2CF8;
}
.text-color {
color: #7C2CF8;
}
.border-color {
border: 2px solid #7C2CF8;
}