#c40c8c
a dark, electric magenta / pink · warm · closest name: purple
RGB
196, 12, 140
HSL
318°, 89%, 41%
CMYK
0, 94, 29, 23
Luminance
0.1389
Every format
| HEX | #c40c8c |
| RGB | rgb(196, 12, 140) |
| HSL | hsl(318, 89%, 41%) |
| CMYK | cmyk(0%, 94%, 29%, 23%) |
| LAB | lab(44.1 72.3 -20.5) |
| LCH | lch(44.1 75.1 344.1) |
| OKLCH | oklch(0.548 0.227 346.1) |
Copy-ready code
/* CSS */
color: #c40c8c;
background-color: #c40c8c;
/* Tailwind (arbitrary) */
class="text-[#c40c8c] bg-[#c40c8c]"
/* SCSS */
$brand: #c40c8c;
/* SwiftUI */
Color(red: 0.769, green: 0.047, blue: 0.549)
/* Android */
Color.parseColor("#c40c8c")Accessibility — WCAG contrast
Aa
#c40c8c on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40c8c on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green4.7%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta93.9%
Yellow28.6%
Key (black)23.1%
Color previews
#c40c8c text on a black background
contrast 3.78:1
Card sample
#c40c8c text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40c8c;
Background color
Panel with #c40c8c background
background-color: #c40c8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40c8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 12, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 12, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40c8c; background: linear-gradient(135deg, #c40c8c, #C40C11);