#8809af
a dark, electric violet · warm · closest name: indigo
RGB
136, 9, 175
HSL
286°, 90%, 36%
CMYK
22, 95, 0, 31
Luminance
0.0852
Every format
| HEX | #8809af |
| RGB | rgb(136, 9, 175) |
| HSL | hsl(286, 90%, 36%) |
| CMYK | cmyk(22%, 95%, 0%, 31%) |
| LAB | lab(35.0 67.0 -56.7) |
| LCH | lch(35.0 87.8 319.8) |
| OKLCH | oklch(0.471 0.227 315.0) |
Copy-ready code
/* CSS */
color: #8809af;
background-color: #8809af;
/* Tailwind (arbitrary) */
class="text-[#8809af] bg-[#8809af]"
/* SCSS */
$brand: #8809af;
/* SwiftUI */
Color(red: 0.533, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#8809af")Accessibility — WCAG contrast
Aa
#8809af on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8809af on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green3.5%
Blue68.6%
CMYK percentages
Cyan22.3%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#8809af text on a black background
contrast 2.70:1
Card sample
#8809af text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8809af;
Background color
Panel with #8809af background
background-color: #8809af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8809af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8809af; background: linear-gradient(135deg, #8809af, #AF0967);