#8331ab
a dark, vivid violet · warm · closest name: purple
RGB
131, 49, 171
HSL
280°, 56%, 43%
CMYK
23, 71, 0, 33
Luminance
0.0996
Every format
| HEX | #8331ab |
| RGB | rgb(131, 49, 171) |
| HSL | hsl(280, 56%, 43%) |
| CMYK | cmyk(23%, 71%, 0%, 33%) |
| LAB | lab(37.8 54.3 -49.9) |
| LCH | lch(37.8 73.8 317.4) |
| OKLCH | oklch(0.488 0.190 312.2) |
Copy-ready code
/* CSS */
color: #8331ab;
background-color: #8331ab;
/* Tailwind (arbitrary) */
class="text-[#8331ab] bg-[#8331ab]"
/* SCSS */
$brand: #8331ab;
/* SwiftUI */
Color(red: 0.514, green: 0.192, blue: 0.671)
/* Android */
Color.parseColor("#8331ab")Accessibility — WCAG contrast
Aa
#8331ab on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8331ab on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green19.2%
Blue67.1%
CMYK percentages
Cyan23.4%
Magenta71.3%
Yellow0.0%
Key (black)32.9%
Color previews
#8331ab text on a black background
contrast 2.99:1
Card sample
#8331ab text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8331ab;
Background color
Panel with #8331ab background
background-color: #8331ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8331ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 49, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 49, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8331ab; background: linear-gradient(135deg, #8331ab, #AB3182);