#8319ad
a dark, vivid violet · warm · closest name: indigo
RGB
131, 25, 173
HSL
283°, 75%, 39%
CMYK
24, 86, 0, 32
Luminance
0.0854
Every format
| HEX | #8319ad |
| RGB | rgb(131, 25, 173) |
| HSL | hsl(283, 75%, 39%) |
| CMYK | cmyk(24%, 86%, 0%, 32%) |
| LAB | lab(35.1 62.9 -55.5) |
| LCH | lch(35.1 83.9 318.6) |
| OKLCH | oklch(0.469 0.216 313.2) |
Copy-ready code
/* CSS */
color: #8319ad;
background-color: #8319ad;
/* Tailwind (arbitrary) */
class="text-[#8319ad] bg-[#8319ad]"
/* SCSS */
$brand: #8319ad;
/* SwiftUI */
Color(red: 0.514, green: 0.098, blue: 0.678)
/* Android */
Color.parseColor("#8319ad")Accessibility — WCAG contrast
Aa
#8319ad on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8319ad on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.8%
Blue67.8%
CMYK percentages
Cyan24.3%
Magenta85.5%
Yellow0.0%
Key (black)32.2%
Color previews
#8319ad text on a black background
contrast 2.71:1
Card sample
#8319ad text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8319ad;
Background color
Panel with #8319ad background
background-color: #8319ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8319ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 25, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 25, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8319ad; background: linear-gradient(135deg, #8319ad, #AD1974);