#9c01b5
a dark, electric magenta / pink · warm · closest name: purple
RGB
156, 1, 181
HSL
292°, 99%, 36%
CMYK
14, 99, 0, 29
Luminance
0.1043
Every format
| HEX | #9c01b5 |
| RGB | rgb(156, 1, 181) |
| HSL | hsl(292, 99%, 36%) |
| CMYK | cmyk(14%, 99%, 0%, 29%) |
| LAB | lab(38.6 71.9 -54.4) |
| LCH | lch(38.6 90.2 322.9) |
| OKLCH | oklch(0.503 0.240 320.5) |
Copy-ready code
/* CSS */
color: #9c01b5;
background-color: #9c01b5;
/* Tailwind (arbitrary) */
class="text-[#9c01b5] bg-[#9c01b5]"
/* SCSS */
$brand: #9c01b5;
/* SwiftUI */
Color(red: 0.612, green: 0.004, blue: 0.710)
/* Android */
Color.parseColor("#9c01b5")Accessibility — WCAG contrast
Aa
#9c01b5 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c01b5 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green0.4%
Blue71.0%
CMYK percentages
Cyan13.8%
Magenta99.4%
Yellow0.0%
Key (black)29.0%
Color previews
#9c01b5 text on a black background
contrast 3.09:1
Card sample
#9c01b5 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c01b5;
Background color
Panel with #9c01b5 background
background-color: #9c01b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c01b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 1, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 1, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c01b5; background: linear-gradient(135deg, #9c01b5, #B50156);