#8902a7
a dark, electric violet · warm · closest name: purple
RGB
137, 2, 167
HSL
289°, 98%, 33%
CMYK
18, 99, 0, 35
Luminance
0.0815
Every format
| HEX | #8902a7 |
| RGB | rgb(137, 2, 167) |
| HSL | hsl(289, 98%, 33%) |
| CMYK | cmyk(18%, 99%, 0%, 35%) |
| LAB | lab(34.3 66.6 -53.1) |
| LCH | lch(34.3 85.2 321.4) |
| OKLCH | oklch(0.464 0.224 318.0) |
Copy-ready code
/* CSS */
color: #8902a7;
background-color: #8902a7;
/* Tailwind (arbitrary) */
class="text-[#8902a7] bg-[#8902a7]"
/* SCSS */
$brand: #8902a7;
/* SwiftUI */
Color(red: 0.537, green: 0.008, blue: 0.655)
/* Android */
Color.parseColor("#8902a7")Accessibility — WCAG contrast
Aa
#8902a7 on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8902a7 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green0.8%
Blue65.5%
CMYK percentages
Cyan18.0%
Magenta98.8%
Yellow0.0%
Key (black)34.5%
Color previews
#8902a7 text on a black background
contrast 2.63:1
Card sample
#8902a7 text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8902a7;
Background color
Panel with #8902a7 background
background-color: #8902a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8902a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 2, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 2, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8902a7; background: linear-gradient(135deg, #8902a7, #A70257);