#cd144f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 20, 79
HSL
341°, 82%, 44%
CMYK
0, 90, 62, 20
Luminance
0.1404
Every format
| HEX | #cd144f |
| RGB | rgb(205, 20, 79) |
| HSL | hsl(341, 82%, 44%) |
| CMYK | cmyk(0%, 90%, 62%, 20%) |
| LAB | lab(44.3 68.1 17.9) |
| LCH | lch(44.3 70.4 14.7) |
| OKLCH | oklch(0.547 0.210 12.0) |
Copy-ready code
/* CSS */
color: #cd144f;
background-color: #cd144f;
/* Tailwind (arbitrary) */
class="text-[#cd144f] bg-[#cd144f]"
/* SCSS */
$brand: #cd144f;
/* SwiftUI */
Color(red: 0.804, green: 0.078, blue: 0.310)
/* Android */
Color.parseColor("#cd144f")Accessibility — WCAG contrast
Aa
#cd144f on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd144f on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow61.5%
Key (black)19.6%
Color previews
#cd144f text on a black background
contrast 3.81:1
Card sample
#cd144f text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd144f;
Background color
Panel with #cd144f background
background-color: #cd144f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd144f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 20, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 20, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd144f; background: linear-gradient(135deg, #cd144f, #CD5414);