#9002ab
a dark, electric magenta / pink · warm · closest name: purple
RGB
144, 2, 171
HSL
290°, 98%, 34%
CMYK
16, 99, 0, 33
Luminance
0.0891
Every format
| HEX | #9002ab |
| RGB | rgb(144, 2, 171) |
| HSL | hsl(290, 98%, 34%) |
| CMYK | cmyk(16%, 99%, 0%, 33%) |
| LAB | lab(35.8 68.3 -53.0) |
| LCH | lch(35.8 86.5 322.2) |
| OKLCH | oklch(0.478 0.229 319.3) |
Copy-ready code
/* CSS */
color: #9002ab;
background-color: #9002ab;
/* Tailwind (arbitrary) */
class="text-[#9002ab] bg-[#9002ab]"
/* SCSS */
$brand: #9002ab;
/* SwiftUI */
Color(red: 0.565, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#9002ab")Accessibility — WCAG contrast
Aa
#9002ab on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9002ab on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green0.8%
Blue67.1%
CMYK percentages
Cyan15.8%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#9002ab text on a black background
contrast 2.78:1
Card sample
#9002ab text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9002ab;
Background color
Panel with #9002ab background
background-color: #9002ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9002ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9002ab; background: linear-gradient(135deg, #9002ab, #AB0255);