#c4008c
a dark, electric magenta / pink · warm · closest name: purple
RGB
196, 0, 140
HSL
317°, 100%, 38%
CMYK
0, 100, 29, 23
Luminance
0.1363
Every format
| HEX | #c4008c |
| RGB | rgb(196, 0, 140) |
| HSL | hsl(317, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 29%, 23%) |
| LAB | lab(43.7 73.4 -21.1) |
| LCH | lch(43.7 76.3 343.9) |
| OKLCH | oklch(0.546 0.231 345.9) |
Copy-ready code
/* CSS */
color: #c4008c;
background-color: #c4008c;
/* Tailwind (arbitrary) */
class="text-[#c4008c] bg-[#c4008c]"
/* SCSS */
$brand: #c4008c;
/* SwiftUI */
Color(red: 0.769, green: 0.000, blue: 0.549)
/* Android */
Color.parseColor("#c4008c")Accessibility — WCAG contrast
Aa
#c4008c on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c4008c on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green0.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow28.6%
Key (black)23.1%
Color previews
#c4008c text on a black background
contrast 3.73:1
Card sample
#c4008c text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4008c;
Background color
Panel with #c4008c background
background-color: #c4008c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4008c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 0, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 0, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4008c; background: linear-gradient(135deg, #c4008c, #C40009);