#9c005f
a dark, electric magenta / pink · warm · closest name: purple
RGB
156, 0, 95
HSL
324°, 100%, 31%
CMYK
0, 100, 39, 39
Luminance
0.0789
Every format
| HEX | #9c005f |
| RGB | rgb(156, 0, 95) |
| HSL | hsl(324, 100%, 31%) |
| CMYK | cmyk(0%, 100%, 39%, 39%) |
| LAB | lab(33.8 60.3 -8.8) |
| LCH | lch(33.8 60.9 351.7) |
| OKLCH | oklch(0.454 0.188 353.1) |
Copy-ready code
/* CSS */
color: #9c005f;
background-color: #9c005f;
/* Tailwind (arbitrary) */
class="text-[#9c005f] bg-[#9c005f]"
/* SCSS */
$brand: #9c005f;
/* SwiftUI */
Color(red: 0.612, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#9c005f")Accessibility — WCAG contrast
Aa
#9c005f on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9c005f on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow39.1%
Key (black)38.8%
Color previews
#9c005f text on a black background
contrast 2.58:1
Card sample
#9c005f text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c005f;
Background color
Panel with #9c005f background
background-color: #9c005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c005f; background: linear-gradient(135deg, #9c005f, #9C0900);