#8317bf
a dark, electric violet · warm · closest name: indigo
RGB
131, 23, 191
HSL
279°, 79%, 42%
CMYK
31, 88, 0, 25
Luminance
0.0920
Every format
| HEX | #8317bf |
| RGB | rgb(131, 23, 191) |
| HSL | hsl(279, 79%, 42%) |
| CMYK | cmyk(31%, 88%, 0%, 25%) |
| LAB | lab(36.4 67.0 -64.1) |
| LCH | lch(36.4 92.7 316.3) |
| OKLCH | oklch(0.482 0.232 308.2) |
Copy-ready code
/* CSS */
color: #8317bf;
background-color: #8317bf;
/* Tailwind (arbitrary) */
class="text-[#8317bf] bg-[#8317bf]"
/* SCSS */
$brand: #8317bf;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.749)
/* Android */
Color.parseColor("#8317bf")Accessibility — WCAG contrast
Aa
#8317bf on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8317bf on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue74.9%
CMYK percentages
Cyan31.4%
Magenta88.0%
Yellow0.0%
Key (black)25.1%
Color previews
#8317bf text on a black background
contrast 2.84:1
Card sample
#8317bf text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317bf;
Background color
Panel with #8317bf background
background-color: #8317bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317bf; background: linear-gradient(135deg, #8317bf, #BF178B);