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