#8342E2
A medium, vivid purple closely aligning with Blueviolet.
About #8342E2
When working with digital screens, the color #8342E2 is rendered by mixing light. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(131, 66, 226).
For print applications, it's crucial to understand its CMYK makeup. The color uses 42% Cyan, 71% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#8342E2
RGB131, 66, 226
HSL264.4°, 73.4%, 57.3%
CMYK42%, 71%, 0%, 11%
HSV264.4°, 70.8%, 88.6%
LAB44.5, 59.6, -71.0
XYZ25.0, 14.2, 73.4
Decimal8602338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8342E2;
}
.text-color {
color: #8342E2;
}
.border-color {
border: 2px solid #8342E2;
}