#8317be
a dark, electric violet · warm · closest name: indigo
RGB
131, 23, 190
HSL
279°, 78%, 42%
CMYK
31, 88, 0, 26
Luminance
0.0916
Every format
| HEX | #8317be |
| RGB | rgb(131, 23, 190) |
| HSL | hsl(279, 78%, 42%) |
| CMYK | cmyk(31%, 88%, 0%, 26%) |
| LAB | lab(36.3 66.8 -63.6) |
| LCH | lch(36.3 92.2 316.4) |
| OKLCH | oklch(0.482 0.231 308.4) |
Copy-ready code
/* CSS */
color: #8317be;
background-color: #8317be;
/* Tailwind (arbitrary) */
class="text-[#8317be] bg-[#8317be]"
/* SCSS */
$brand: #8317be;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.745)
/* Android */
Color.parseColor("#8317be")Accessibility — WCAG contrast
Aa
#8317be on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8317be on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue74.5%
CMYK percentages
Cyan31.1%
Magenta87.9%
Yellow0.0%
Key (black)25.5%
Color previews
#8317be text on a black background
contrast 2.83:1
Card sample
#8317be text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317be;
Background color
Panel with #8317be background
background-color: #8317be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317be; background: linear-gradient(135deg, #8317be, #BE178A);