#cd005d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 0, 93
HSL
333°, 100%, 40%
CMYK
0, 100, 55, 20
Luminance
0.1377
Every format
| HEX | #cd005d |
| RGB | rgb(205, 0, 93) |
| HSL | hsl(333, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 55%, 20%) |
| LAB | lab(43.9 71.1 8.5) |
| LCH | lch(43.9 71.6 6.8) |
| OKLCH | oklch(0.545 0.219 5.8) |
Copy-ready code
/* CSS */
color: #cd005d;
background-color: #cd005d;
/* Tailwind (arbitrary) */
class="text-[#cd005d] bg-[#cd005d]"
/* SCSS */
$brand: #cd005d;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.365)
/* Android */
Color.parseColor("#cd005d")Accessibility — WCAG contrast
Aa
#cd005d on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd005d on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow54.6%
Key (black)19.6%
Color previews
#cd005d text on a black background
contrast 3.75:1
Card sample
#cd005d text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd005d;
Background color
Panel with #cd005d background
background-color: #cd005d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd005d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd005d; background: linear-gradient(135deg, #cd005d, #CD2C00);