#8002ac
a dark, electric violet · warm · closest name: indigo
RGB
128, 2, 172
HSL
285°, 98%, 34%
CMYK
26, 99, 0, 33
Luminance
0.0761
Every format
| HEX | #8002ac |
| RGB | rgb(128, 2, 172) |
| HSL | hsl(285, 98%, 34%) |
| CMYK | cmyk(26%, 99%, 0%, 33%) |
| LAB | lab(33.2 66.3 -58.0) |
| LCH | lch(33.2 88.1 318.8) |
| OKLCH | oklch(0.455 0.225 313.0) |
Copy-ready code
/* CSS */
color: #8002ac;
background-color: #8002ac;
/* Tailwind (arbitrary) */
class="text-[#8002ac] bg-[#8002ac]"
/* SCSS */
$brand: #8002ac;
/* SwiftUI */
Color(red: 0.502, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#8002ac")Accessibility — WCAG contrast
Aa
#8002ac on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8002ac on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green0.8%
Blue67.5%
CMYK percentages
Cyan25.6%
Magenta98.8%
Yellow0.0%
Key (black)32.5%
Color previews
#8002ac text on a black background
contrast 2.52:1
Card sample
#8002ac text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8002ac;
Background color
Panel with #8002ac background
background-color: #8002ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8002ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8002ac; background: linear-gradient(135deg, #8002ac, #AC0267);