#8317b5
a dark, electric violet · warm · closest name: indigo
RGB
131, 23, 181
HSL
281°, 78%, 40%
CMYK
28, 87, 0, 29
Luminance
0.0877
Every format
| HEX | #8317b5 |
| RGB | rgb(131, 23, 181) |
| HSL | hsl(281, 78%, 40%) |
| CMYK | cmyk(28%, 87%, 0%, 29%) |
| LAB | lab(35.5 65.0 -59.5) |
| LCH | lch(35.5 88.1 317.5) |
| OKLCH | oklch(0.474 0.224 310.9) |
Copy-ready code
/* CSS */
color: #8317b5;
background-color: #8317b5;
/* Tailwind (arbitrary) */
class="text-[#8317b5] bg-[#8317b5]"
/* SCSS */
$brand: #8317b5;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.710)
/* Android */
Color.parseColor("#8317b5")Accessibility — WCAG contrast
Aa
#8317b5 on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8317b5 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue71.0%
CMYK percentages
Cyan27.6%
Magenta87.3%
Yellow0.0%
Key (black)29.0%
Color previews
#8317b5 text on a black background
contrast 2.75:1
Card sample
#8317b5 text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317b5;
Background color
Panel with #8317b5 background
background-color: #8317b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317b5; background: linear-gradient(135deg, #8317b5, #B5177E);