#9909af
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 9, 175
HSL
292°, 90%, 36%
CMYK
13, 95, 0, 31
Luminance
0.1006
Every format
| HEX | #9909af |
| RGB | rgb(153, 9, 175) |
| HSL | hsl(292, 90%, 36%) |
| CMYK | cmyk(13%, 95%, 0%, 31%) |
| LAB | lab(38.0 69.6 -51.9) |
| LCH | lch(38.0 86.8 323.3) |
| OKLCH | oklch(0.497 0.232 321.2) |
Copy-ready code
/* CSS */
color: #9909af;
background-color: #9909af;
/* Tailwind (arbitrary) */
class="text-[#9909af] bg-[#9909af]"
/* SCSS */
$brand: #9909af;
/* SwiftUI */
Color(red: 0.600, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#9909af")Accessibility — WCAG contrast
Aa
#9909af on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9909af on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green3.5%
Blue68.6%
CMYK percentages
Cyan12.6%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#9909af text on a black background
contrast 3.01:1
Card sample
#9909af text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9909af;
Background color
Panel with #9909af background
background-color: #9909af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9909af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9909af; background: linear-gradient(135deg, #9909af, #AF0957);