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