#8317af
a dark, electric violet · warm · closest name: indigo
RGB
131, 23, 175
HSL
283°, 77%, 39%
CMYK
25, 87, 0, 31
Luminance
0.0853
Every format
| HEX | #8317af |
| RGB | rgb(131, 23, 175) |
| HSL | hsl(283, 77%, 39%) |
| CMYK | cmyk(25%, 87%, 0%, 31%) |
| LAB | lab(35.1 63.8 -56.7) |
| LCH | lch(35.1 85.3 318.4) |
| OKLCH | oklch(0.469 0.219 312.7) |
Copy-ready code
/* CSS */
color: #8317af;
background-color: #8317af;
/* Tailwind (arbitrary) */
class="text-[#8317af] bg-[#8317af]"
/* SCSS */
$brand: #8317af;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.686)
/* Android */
Color.parseColor("#8317af")Accessibility — WCAG contrast
Aa
#8317af on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8317af on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue68.6%
CMYK percentages
Cyan25.1%
Magenta86.9%
Yellow0.0%
Key (black)31.4%
Color previews
#8317af text on a black background
contrast 2.71:1
Card sample
#8317af text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317af;
Background color
Panel with #8317af background
background-color: #8317af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317af; background: linear-gradient(135deg, #8317af, #AF1776);