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