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