#7C42F8
A light, vivid purple closely aligning with Blueviolet.
About #7C42F8
At its core, #7C42F8 is a light and vivid hue. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(124, 66, 248).
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 73% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C42F8
RGB124, 66, 248
HSL259.1°, 92.9%, 61.6%
CMYK50%, 73%, 0%, 3%
HSV259.1°, 73.4%, 97.3%
LAB45.6, 64.1, -81.7
XYZ27.2, 15.0, 90.3
Decimal8143608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C42F8;
}
.text-color {
color: #7C42F8;
}
.border-color {
border: 2px solid #7C42F8;
}