#8802af
a dark, electric violet · warm · closest name: indigo
RGB
136, 2, 175
HSL
287°, 98%, 35%
CMYK
22, 99, 0, 31
Luminance
0.0837
Every format
| HEX | #8802af |
| RGB | rgb(136, 2, 175) |
| HSL | hsl(287, 98%, 35%) |
| CMYK | cmyk(22%, 99%, 0%, 31%) |
| LAB | lab(34.8 67.9 -57.2) |
| LCH | lch(34.8 88.8 319.9) |
| OKLCH | oklch(0.469 0.230 315.2) |
Copy-ready code
/* CSS */
color: #8802af;
background-color: #8802af;
/* Tailwind (arbitrary) */
class="text-[#8802af] bg-[#8802af]"
/* SCSS */
$brand: #8802af;
/* SwiftUI */
Color(red: 0.533, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#8802af")Accessibility — WCAG contrast
Aa
#8802af on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8802af on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.8%
Blue68.6%
CMYK percentages
Cyan22.3%
Magenta98.9%
Yellow0.0%
Key (black)31.4%
Color previews
#8802af text on a black background
contrast 2.67:1
Card sample
#8802af text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8802af;
Background color
Panel with #8802af background
background-color: #8802af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8802af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8802af; background: linear-gradient(135deg, #8802af, #AF0263);