#8A3AF8
A light, vivid purple closely aligning with Blueviolet.
About #8A3AF8
The hex code #8A3AF8 represents a beautifully specific shade of purple. Designers often compare it to the standard color Blueviolet. Its digital footprint relies on 138 parts red, 58 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 44% C, 77% M, 0% Y, and 3% K. The HSL representation is 265.3° hue, 93.1% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A3AF8
RGB138, 58, 248
HSL265.3°, 93.1%, 60.0%
CMYK44%, 77%, 0%, 3%
HSV265.3°, 76.6%, 97.3%
LAB45.9, 69.5, -81.1
XYZ28.9, 15.2, 90.2
Decimal9059064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.20:1
Text on #FFFFFF
AA
4.04:1
Text on #000000
AA Large
4.97:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A3AF8;
}
.text-color {
color: #8A3AF8;
}
.border-color {
border: 2px solid #8A3AF8;
}