#8349F8
A light, vivid purple closely aligning with Blueviolet.
About #8349F8
At its core, #8349F8 is a light and vivid hue. It is closely associated with the named CSS color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 73, and 248.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 47% C, 71% M, 0% Y, and 3% K. The HSL representation is 259.9° hue, 92.6% saturation, and 62.9% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#8349F8
RGB131, 73, 248
HSL259.9°, 92.6%, 62.9%
CMYK47%, 71%, 0%, 3%
HSV259.9°, 70.6%, 97.3%
LAB47.5, 61.9, -78.6
XYZ28.7, 16.4, 90.5
Decimal8604152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.91:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8349F8;
}
.text-color {
color: #8349F8;
}
.border-color {
border: 2px solid #8349F8;
}