#cd1649
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 22, 73
HSL
343°, 81%, 45%
CMYK
0, 89, 64, 20
Luminance
0.1403
Every format
| HEX | #cd1649 |
| RGB | rgb(205, 22, 73) |
| HSL | hsl(343, 81%, 45%) |
| CMYK | cmyk(0%, 89%, 64%, 20%) |
| LAB | lab(44.3 67.5 21.6) |
| LCH | lch(44.3 70.8 17.7) |
| OKLCH | oklch(0.546 0.209 14.4) |
Copy-ready code
/* CSS */
color: #cd1649;
background-color: #cd1649;
/* Tailwind (arbitrary) */
class="text-[#cd1649] bg-[#cd1649]"
/* SCSS */
$brand: #cd1649;
/* SwiftUI */
Color(red: 0.804, green: 0.086, blue: 0.286)
/* Android */
Color.parseColor("#cd1649")Accessibility — WCAG contrast
Aa
#cd1649 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1649 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green8.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow64.4%
Key (black)19.6%
Color previews
#cd1649 text on a black background
contrast 3.81:1
Card sample
#cd1649 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1649;
Background color
Panel with #cd1649 background
background-color: #cd1649;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1649;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 22, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 22, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1649; background: linear-gradient(135deg, #cd1649, #CD5D16);