#8014ac
a dark, electric violet · warm · closest name: indigo
RGB
128, 20, 172
HSL
283°, 79%, 38%
CMYK
26, 88, 0, 33
Luminance
0.0807
Every format
| HEX | #8014ac |
| RGB | rgb(128, 20, 172) |
| HSL | hsl(283, 79%, 38%) |
| CMYK | cmyk(26%, 88%, 0%, 33%) |
| LAB | lab(34.1 63.4 -56.5) |
| LCH | lch(34.1 84.9 318.3) |
| OKLCH | oklch(0.461 0.217 312.5) |
Copy-ready code
/* CSS */
color: #8014ac;
background-color: #8014ac;
/* Tailwind (arbitrary) */
class="text-[#8014ac] bg-[#8014ac]"
/* SCSS */
$brand: #8014ac;
/* SwiftUI */
Color(red: 0.502, green: 0.078, blue: 0.675)
/* Android */
Color.parseColor("#8014ac")Accessibility — WCAG contrast
Aa
#8014ac on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8014ac on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green7.8%
Blue67.5%
CMYK percentages
Cyan25.6%
Magenta88.4%
Yellow0.0%
Key (black)32.5%
Color previews
#8014ac text on a black background
contrast 2.61:1
Card sample
#8014ac text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8014ac;
Background color
Panel with #8014ac background
background-color: #8014ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8014ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 20, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 20, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8014ac; background: linear-gradient(135deg, #8014ac, #AC1473);