#8329eb
a balanced, electric violet · warm · closest name: blue
RGB
131, 41, 235
HSL
268°, 83%, 54%
CMYK
44, 83, 0, 8
Luminance
0.1241
Every format
| HEX | #8329eb |
| RGB | rgb(131, 41, 235) |
| HSL | hsl(268, 83%, 54%) |
| CMYK | cmyk(44%, 83%, 0%, 8%) |
| LAB | lab(41.9 71.6 -80.5) |
| LCH | lch(41.9 107.7 311.7) |
| OKLCH | oklch(0.532 0.259 297.2) |
Copy-ready code
/* CSS */
color: #8329eb;
background-color: #8329eb;
/* Tailwind (arbitrary) */
class="text-[#8329eb] bg-[#8329eb]"
/* SCSS */
$brand: #8329eb;
/* SwiftUI */
Color(red: 0.514, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#8329eb")Accessibility — WCAG contrast
Aa
#8329eb on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8329eb on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green16.1%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8329eb text on a black background
contrast 3.48:1
Card sample
#8329eb text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8329eb;
Background color
Panel with #8329eb background
background-color: #8329eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8329eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8329eb; background: linear-gradient(135deg, #8329eb, #EB29D2);