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