#8307F0
A medium, vivid purple closely aligning with Blueviolet.
About #8307F0
At its core, #8307F0 is a medium and vivid hue. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 131 red, 7 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 45% cyan, 97% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8307F0
RGB131, 7, 240
HSL271.9°, 94.3%, 48.4%
CMYK45%, 97%, 0%, 6%
HSV271.9°, 97.1%, 94.1%
LAB40.0, 79.6, -86.3
XYZ25.2, 11.3, 83.3
Decimal8587248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.45:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.17:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8307F0;
}
.text-color {
color: #8307F0;
}
.border-color {
border: 2px solid #8307F0;
}