#cd144b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 20, 75
HSL
342°, 82%, 44%
CMYK
0, 90, 63, 20
Luminance
0.1399
Every format
| HEX | #cd144b |
| RGB | rgb(205, 20, 75) |
| HSL | hsl(342, 82%, 44%) |
| CMYK | cmyk(0%, 90%, 63%, 20%) |
| LAB | lab(44.2 67.9 20.2) |
| LCH | lch(44.2 70.8 16.6) |
| OKLCH | oklch(0.546 0.210 13.5) |
Copy-ready code
/* CSS */
color: #cd144b;
background-color: #cd144b;
/* Tailwind (arbitrary) */
class="text-[#cd144b] bg-[#cd144b]"
/* SCSS */
$brand: #cd144b;
/* SwiftUI */
Color(red: 0.804, green: 0.078, blue: 0.294)
/* Android */
Color.parseColor("#cd144b")Accessibility — WCAG contrast
Aa
#cd144b on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd144b on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow63.4%
Key (black)19.6%
Color previews
#cd144b text on a black background
contrast 3.80:1
Card sample
#cd144b text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd144b;
Background color
Panel with #cd144b background
background-color: #cd144b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd144b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 20, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 20, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd144b; background: linear-gradient(135deg, #cd144b, #CD5814);