#9c004e
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
156, 0, 78
HSL
330°, 100%, 31%
CMYK
0, 100, 50, 39
Luminance
0.0762
Every format
| HEX | #9c004e |
| RGB | rgb(156, 0, 78) |
| HSL | hsl(330, 100%, 31%) |
| CMYK | cmyk(0%, 100%, 50%, 39%) |
| LAB | lab(33.2 58.7 1.4) |
| LCH | lch(33.2 58.8 1.4) |
| OKLCH | oklch(0.448 0.181 1.4) |
Copy-ready code
/* CSS */
color: #9c004e;
background-color: #9c004e;
/* Tailwind (arbitrary) */
class="text-[#9c004e] bg-[#9c004e]"
/* SCSS */
$brand: #9c004e;
/* SwiftUI */
Color(red: 0.612, green: 0.000, blue: 0.306)
/* Android */
Color.parseColor("#9c004e")Accessibility — WCAG contrast
Aa
#9c004e on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9c004e on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green0.0%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.0%
Key (black)38.8%
Color previews
#9c004e text on a black background
contrast 2.52:1
Card sample
#9c004e text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c004e;
Background color
Panel with #9c004e background
background-color: #9c004e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c004e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 0, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 0, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c004e; background: linear-gradient(135deg, #9c004e, #9C1A00);