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