#9c01a4
a dark, electric magenta / pink · warm · closest name: purple
RGB
156, 1, 164
HSL
297°, 99%, 32%
CMYK
5, 99, 0, 36
Luminance
0.0977
Every format
| HEX | #9c01a4 |
| RGB | rgb(156, 1, 164) |
| HSL | hsl(297, 99%, 32%) |
| CMYK | cmyk(5%, 99%, 0%, 36%) |
| LAB | lab(37.4 69.2 -46.1) |
| LCH | lch(37.4 83.1 326.3) |
| OKLCH | oklch(0.492 0.229 325.7) |
Copy-ready code
/* CSS */
color: #9c01a4;
background-color: #9c01a4;
/* Tailwind (arbitrary) */
class="text-[#9c01a4] bg-[#9c01a4]"
/* SCSS */
$brand: #9c01a4;
/* SwiftUI */
Color(red: 0.612, green: 0.004, blue: 0.643)
/* Android */
Color.parseColor("#9c01a4")Accessibility — WCAG contrast
Aa
#9c01a4 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9c01a4 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green0.4%
Blue64.3%
CMYK percentages
Cyan4.9%
Magenta99.4%
Yellow0.0%
Key (black)35.7%
Color previews
#9c01a4 text on a black background
contrast 2.95:1
Card sample
#9c01a4 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c01a4;
Background color
Panel with #9c01a4 background
background-color: #9c01a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c01a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 1, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 1, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c01a4; background: linear-gradient(135deg, #9c01a4, #A4013F);