#8317b1
a dark, electric violet · warm · closest name: indigo
RGB
131, 23, 177
HSL
282°, 77%, 39%
CMYK
26, 87, 0, 31
Luminance
0.0861
Every format
| HEX | #8317b1 |
| RGB | rgb(131, 23, 177) |
| HSL | hsl(282, 77%, 39%) |
| CMYK | cmyk(26%, 87%, 0%, 31%) |
| LAB | lab(35.2 64.2 -57.6) |
| LCH | lch(35.2 86.3 318.1) |
| OKLCH | oklch(0.471 0.220 312.1) |
Copy-ready code
/* CSS */
color: #8317b1;
background-color: #8317b1;
/* Tailwind (arbitrary) */
class="text-[#8317b1] bg-[#8317b1]"
/* SCSS */
$brand: #8317b1;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.694)
/* Android */
Color.parseColor("#8317b1")Accessibility — WCAG contrast
Aa
#8317b1 on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8317b1 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue69.4%
CMYK percentages
Cyan26.0%
Magenta87.0%
Yellow0.0%
Key (black)30.6%
Color previews
#8317b1 text on a black background
contrast 2.72:1
Card sample
#8317b1 text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317b1;
Background color
Panel with #8317b1 background
background-color: #8317b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317b1; background: linear-gradient(135deg, #8317b1, #B11778);