#8317cf
a balanced, electric violet · warm · closest name: indigo
RGB
131, 23, 207
HSL
275°, 80%, 45%
CMYK
37, 89, 0, 19
Luminance
0.0994
Every format
| HEX | #8317cf |
| RGB | rgb(131, 23, 207) |
| HSL | hsl(275, 80%, 45%) |
| CMYK | cmyk(37%, 89%, 0%, 19%) |
| LAB | lab(37.7 70.3 -71.2) |
| LCH | lch(37.7 100.0 314.6) |
| OKLCH | oklch(0.496 0.246 304.2) |
Copy-ready code
/* CSS */
color: #8317cf;
background-color: #8317cf;
/* Tailwind (arbitrary) */
class="text-[#8317cf] bg-[#8317cf]"
/* SCSS */
$brand: #8317cf;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.812)
/* Android */
Color.parseColor("#8317cf")Accessibility — WCAG contrast
Aa
#8317cf on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8317cf on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue81.2%
CMYK percentages
Cyan36.7%
Magenta88.9%
Yellow0.0%
Key (black)18.8%
Color previews
#8317cf text on a black background
contrast 2.99:1
Card sample
#8317cf text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8317cf;
Background color
Panel with #8317cf background
background-color: #8317cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8317cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8317cf; background: linear-gradient(135deg, #8317cf, #CF17A0);