#9900af
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 0, 175
HSL
293°, 100%, 34%
CMYK
13, 100, 0, 31
Luminance
0.0987
Every format
| HEX | #9900af |
| RGB | rgb(153, 0, 175) |
| HSL | hsl(293, 100%, 34%) |
| CMYK | cmyk(13%, 100%, 0%, 31%) |
| LAB | lab(37.6 70.6 -52.4) |
| LCH | lch(37.6 87.9 323.4) |
| OKLCH | oklch(0.494 0.236 321.3) |
Copy-ready code
/* CSS */
color: #9900af;
background-color: #9900af;
/* Tailwind (arbitrary) */
class="text-[#9900af] bg-[#9900af]"
/* SCSS */
$brand: #9900af;
/* SwiftUI */
Color(red: 0.600, green: 0.000, blue: 0.686)
/* Android */
Color.parseColor("#9900af")Accessibility — WCAG contrast
Aa
#9900af on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9900af on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green0.0%
Blue68.6%
CMYK percentages
Cyan12.6%
Magenta100.0%
Yellow0.0%
Key (black)31.4%
Color previews
#9900af text on a black background
contrast 2.97:1
Card sample
#9900af text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9900af;
Background color
Panel with #9900af background
background-color: #9900af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9900af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 0, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 0, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9900af; background: linear-gradient(135deg, #9900af, #AF0050);