#9502ad
a dark, electric magenta / pink · warm · closest name: purple
RGB
149, 2, 173
HSL
292°, 98%, 34%
CMYK
14, 99, 0, 32
Luminance
0.0945
Every format
| HEX | #9502ad |
| RGB | rgb(149, 2, 173) |
| HSL | hsl(292, 98%, 34%) |
| CMYK | cmyk(14%, 99%, 0%, 32%) |
| LAB | lab(36.8 69.4 -52.5) |
| LCH | lch(36.8 87.0 322.9) |
| OKLCH | oklch(0.487 0.232 320.5) |
Copy-ready code
/* CSS */
color: #9502ad;
background-color: #9502ad;
/* Tailwind (arbitrary) */
class="text-[#9502ad] bg-[#9502ad]"
/* SCSS */
$brand: #9502ad;
/* SwiftUI */
Color(red: 0.584, green: 0.008, blue: 0.678)
/* Android */
Color.parseColor("#9502ad")Accessibility — WCAG contrast
Aa
#9502ad on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9502ad on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green0.8%
Blue67.8%
CMYK percentages
Cyan13.9%
Magenta98.8%
Yellow0.0%
Key (black)32.2%
Color previews
#9502ad text on a black background
contrast 2.89:1
Card sample
#9502ad text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9502ad;
Background color
Panel with #9502ad background
background-color: #9502ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9502ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 2, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 2, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9502ad; background: linear-gradient(135deg, #9502ad, #AD0253);