#8307E2
A medium, vivid purple closely aligning with Blueviolet.
About #8307E2
The hex code #8307E2 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 131 red, 7 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 42% C, 97% M, 0% Y, and 11% K. The HSL representation is 274.0° hue, 94.0% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#8307E2
RGB131, 7, 226
HSL274.0°, 94.0%, 45.7%
CMYK42%, 97%, 0%, 11%
HSV274.0°, 96.9%, 88.6%
LAB38.7, 76.7, -80.6
XYZ23.2, 10.5, 72.8
Decimal8587234
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.79:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.49:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8307E2;
}
.text-color {
color: #8307E2;
}
.border-color {
border: 2px solid #8307E2;
}