#9c01aa
a dark, electric magenta / pink · warm · closest name: purple
RGB
156, 1, 170
HSL
295°, 99%, 34%
CMYK
8, 99, 0, 33
Luminance
0.0999
Every format
| HEX | #9c01aa |
| RGB | rgb(156, 1, 170) |
| HSL | hsl(295, 99%, 34%) |
| CMYK | cmyk(8%, 99%, 0%, 33%) |
| LAB | lab(37.8 70.1 -49.0) |
| LCH | lch(37.8 85.6 325.0) |
| OKLCH | oklch(0.496 0.233 323.8) |
Copy-ready code
/* CSS */
color: #9c01aa;
background-color: #9c01aa;
/* Tailwind (arbitrary) */
class="text-[#9c01aa] bg-[#9c01aa]"
/* SCSS */
$brand: #9c01aa;
/* SwiftUI */
Color(red: 0.612, green: 0.004, blue: 0.667)
/* Android */
Color.parseColor("#9c01aa")Accessibility — WCAG contrast
Aa
#9c01aa on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9c01aa on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green0.4%
Blue66.7%
CMYK percentages
Cyan8.2%
Magenta99.4%
Yellow0.0%
Key (black)33.3%
Color previews
#9c01aa text on a black background
contrast 3.00:1
Card sample
#9c01aa text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c01aa;
Background color
Panel with #9c01aa background
background-color: #9c01aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c01aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 1, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 1, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c01aa; background: linear-gradient(135deg, #9c01aa, #AA0147);