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