#8908ab
a dark, electric violet · warm · closest name: purple
RGB
137, 8, 171
HSL
288°, 91%, 35%
CMYK
20, 95, 0, 33
Luminance
0.0843
Every format
| HEX | #8908ab |
| RGB | rgb(137, 8, 171) |
| HSL | hsl(288, 91%, 35%) |
| CMYK | cmyk(20%, 95%, 0%, 33%) |
| LAB | lab(34.9 66.5 -54.6) |
| LCH | lch(34.9 86.1 320.6) |
| OKLCH | oklch(0.469 0.225 316.6) |
Copy-ready code
/* CSS */
color: #8908ab;
background-color: #8908ab;
/* Tailwind (arbitrary) */
class="text-[#8908ab] bg-[#8908ab]"
/* SCSS */
$brand: #8908ab;
/* SwiftUI */
Color(red: 0.537, green: 0.031, blue: 0.671)
/* Android */
Color.parseColor("#8908ab")Accessibility — WCAG contrast
Aa
#8908ab on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8908ab on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green3.1%
Blue67.1%
CMYK percentages
Cyan19.9%
Magenta95.3%
Yellow0.0%
Key (black)32.9%
Color previews
#8908ab text on a black background
contrast 2.69:1
Card sample
#8908ab text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8908ab;
Background color
Panel with #8908ab background
background-color: #8908ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8908ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 8, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 8, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8908ab; background: linear-gradient(135deg, #8908ab, #AB0860);