#8317ba
a dark, electric violet · warm · closest name: indigo
RGB
131, 23, 186
HSL
280°, 78%, 41%
CMYK
30, 88, 0, 27
Luminance
0.0898
Every format
| HEX | #8317ba |
| RGB | rgb(131, 23, 186) |
| HSL | hsl(280, 78%, 41%) |
| CMYK | cmyk(30%, 88%, 0%, 27%) |
| LAB | lab(36.0 66.0 -61.8) |
| LCH | lch(36.0 90.4 316.9) |
| OKLCH | oklch(0.478 0.228 309.5) |
Copy-ready code
/* CSS */
color: #8317ba;
background-color: #8317ba;
/* Tailwind (arbitrary) */
class="text-[#8317ba] bg-[#8317ba]"
/* SCSS */
$brand: #8317ba;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.729)
/* Android */
Color.parseColor("#8317ba")Accessibility — WCAG contrast
Aa
#8317ba on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8317ba on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue72.9%
CMYK percentages
Cyan29.6%
Magenta87.6%
Yellow0.0%
Key (black)27.1%
Color previews
#8317ba text on a black background
contrast 2.80:1
Card sample
#8317ba text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317ba;
Background color
Panel with #8317ba background
background-color: #8317ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317ba; background: linear-gradient(135deg, #8317ba, #BA1784);