#8320df
a balanced, vivid violet · warm · closest name: blue
RGB
131, 32, 223
HSL
271°, 75%, 50%
CMYK
41, 86, 0, 13
Luminance
0.1119
Every format
| HEX | #8320df |
| RGB | rgb(131, 32, 223) |
| HSL | hsl(271, 75%, 50%) |
| CMYK | cmyk(41%, 86%, 0%, 13%) |
| LAB | lab(39.9 71.5 -76.8) |
| LCH | lch(39.9 105.0 312.9) |
| OKLCH | oklch(0.515 0.254 300.1) |
Copy-ready code
/* CSS */
color: #8320df;
background-color: #8320df;
/* Tailwind (arbitrary) */
class="text-[#8320df] bg-[#8320df]"
/* SCSS */
$brand: #8320df;
/* SwiftUI */
Color(red: 0.514, green: 0.125, blue: 0.875)
/* Android */
Color.parseColor("#8320df")Accessibility — WCAG contrast
Aa
#8320df on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8320df on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green12.5%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta85.7%
Yellow0.0%
Key (black)12.5%
Color previews
#8320df text on a black background
contrast 3.24:1
Card sample
#8320df text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8320df;
Background color
Panel with #8320df background
background-color: #8320df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8320df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 32, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 32, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8320df; background: linear-gradient(135deg, #8320df, #DF20BC);