#cd004d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 0, 77
HSL
338°, 100%, 40%
CMYK
0, 100, 62, 20
Luminance
0.1351
Every format
| HEX | #cd004d |
| RGB | rgb(205, 0, 77) |
| HSL | hsl(338, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 62%, 20%) |
| LAB | lab(43.5 70.1 18.1) |
| LCH | lch(43.5 72.4 14.5) |
| OKLCH | oklch(0.541 0.216 11.8) |
Copy-ready code
/* CSS */
color: #cd004d;
background-color: #cd004d;
/* Tailwind (arbitrary) */
class="text-[#cd004d] bg-[#cd004d]"
/* SCSS */
$brand: #cd004d;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.302)
/* Android */
Color.parseColor("#cd004d")Accessibility — WCAG contrast
Aa
#cd004d on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd004d on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow62.4%
Key (black)19.6%
Color previews
#cd004d text on a black background
contrast 3.70:1
Card sample
#cd004d text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd004d;
Background color
Panel with #cd004d background
background-color: #cd004d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd004d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd004d; background: linear-gradient(135deg, #cd004d, #CD3C00);