#c0144d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 20, 77
HSL
340°, 81%, 42%
CMYK
0, 90, 60, 25
Luminance
0.1224
Every format
| HEX | #c0144d |
| RGB | rgb(192, 20, 77) |
| HSL | hsl(340, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 60%, 25%) |
| LAB | lab(41.6 64.8 15.0) |
| LCH | lch(41.6 66.5 13.0) |
| OKLCH | oklch(0.522 0.200 10.7) |
Copy-ready code
/* CSS */
color: #c0144d;
background-color: #c0144d;
/* Tailwind (arbitrary) */
class="text-[#c0144d] bg-[#c0144d]"
/* SCSS */
$brand: #c0144d;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.302)
/* Android */
Color.parseColor("#c0144d")Accessibility — WCAG contrast
Aa
#c0144d on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0144d on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow59.9%
Key (black)24.7%
Color previews
#c0144d text on a black background
contrast 3.45:1
Card sample
#c0144d text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0144d;
Background color
Panel with #c0144d background
background-color: #c0144d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0144d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0144d; background: linear-gradient(135deg, #c0144d, #C04E14);