#c40070
a dark, electric magenta / pink · warm · closest name: purple
RGB
196, 0, 112
HSL
326°, 100%, 38%
CMYK
0, 100, 43, 23
Luminance
0.1291
Every format
| HEX | #c40070 |
| RGB | rgb(196, 0, 112) |
| HSL | hsl(326, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 43%, 23%) |
| LAB | lab(42.6 70.6 -5.5) |
| LCH | lch(42.6 70.8 355.6) |
| OKLCH | oklch(0.534 0.218 356.5) |
Copy-ready code
/* CSS */
color: #c40070;
background-color: #c40070;
/* Tailwind (arbitrary) */
class="text-[#c40070] bg-[#c40070]"
/* SCSS */
$brand: #c40070;
/* SwiftUI */
Color(red: 0.769, green: 0.000, blue: 0.439)
/* Android */
Color.parseColor("#c40070")Accessibility — WCAG contrast
Aa
#c40070 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40070 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green0.0%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow42.9%
Key (black)23.1%
Color previews
#c40070 text on a black background
contrast 3.58:1
Card sample
#c40070 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40070;
Background color
Panel with #c40070 background
background-color: #c40070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 0, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 0, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40070; background: linear-gradient(135deg, #c40070, #C41300);