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