#cd045d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 4, 93
HSL
333°, 96%, 41%
CMYK
0, 98, 55, 20
Luminance
0.1386
Every format
| HEX | #cd045d |
| RGB | rgb(205, 4, 93) |
| HSL | hsl(333, 96%, 41%) |
| CMYK | cmyk(0%, 98%, 55%, 20%) |
| LAB | lab(44.0 70.7 8.7) |
| LCH | lch(44.0 71.3 7.0) |
| OKLCH | oklch(0.546 0.218 5.9) |
Copy-ready code
/* CSS */
color: #cd045d;
background-color: #cd045d;
/* Tailwind (arbitrary) */
class="text-[#cd045d] bg-[#cd045d]"
/* SCSS */
$brand: #cd045d;
/* SwiftUI */
Color(red: 0.804, green: 0.016, blue: 0.365)
/* Android */
Color.parseColor("#cd045d")Accessibility — WCAG contrast
Aa
#cd045d on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd045d on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green1.6%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow54.6%
Key (black)19.6%
Color previews
#cd045d text on a black background
contrast 3.77:1
Card sample
#cd045d text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd045d;
Background color
Panel with #cd045d background
background-color: #cd045d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd045d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 4, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 4, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd045d; background: linear-gradient(135deg, #cd045d, #CD3104);