#9503af
a dark, electric magenta / pink · warm · closest name: purple
RGB
149, 3, 175
HSL
291°, 97%, 35%
CMYK
15, 98, 0, 31
Luminance
0.0955
Every format
| HEX | #9503af |
| RGB | rgb(149, 3, 175) |
| HSL | hsl(291, 97%, 35%) |
| CMYK | cmyk(15%, 98%, 0%, 31%) |
| LAB | lab(37.0 69.7 -53.4) |
| LCH | lch(37.0 87.8 322.5) |
| OKLCH | oklch(0.489 0.233 319.9) |
Copy-ready code
/* CSS */
color: #9503af;
background-color: #9503af;
/* Tailwind (arbitrary) */
class="text-[#9503af] bg-[#9503af]"
/* SCSS */
$brand: #9503af;
/* SwiftUI */
Color(red: 0.584, green: 0.012, blue: 0.686)
/* Android */
Color.parseColor("#9503af")Accessibility — WCAG contrast
Aa
#9503af on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9503af on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green1.2%
Blue68.6%
CMYK percentages
Cyan14.9%
Magenta98.3%
Yellow0.0%
Key (black)31.4%
Color previews
#9503af text on a black background
contrast 2.91:1
Card sample
#9503af text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9503af;
Background color
Panel with #9503af background
background-color: #9503af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9503af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 3, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 3, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9503af; background: linear-gradient(135deg, #9503af, #AF0356);