#7C3AF8
A light, vivid purple closely aligning with Blueviolet.
About #7C3AF8
Visually, #7C3AF8 is defined as a vivid purple. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 124 red, 58 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 50% C, 77% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#7C3AF8
RGB124, 58, 248
HSL260.8°, 93.1%, 60.0%
CMYK50%, 77%, 0%, 3%
HSV260.8°, 76.6%, 97.3%
LAB44.4, 67.6, -83.7
XYZ26.8, 14.1, 90.1
Decimal8141560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.26:1
Text on #F8FAFC
AA
3.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C3AF8;
}
.text-color {
color: #7C3AF8;
}
.border-color {
border: 2px solid #7C3AF8;
}