#cd1552
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 21, 82
HSL
340°, 81%, 44%
CMYK
0, 90, 60, 20
Luminance
0.1412
Every format
| HEX | #cd1552 |
| RGB | rgb(205, 21, 82) |
| HSL | hsl(340, 81%, 44%) |
| CMYK | cmyk(0%, 90%, 60%, 20%) |
| LAB | lab(44.4 68.2 16.1) |
| LCH | lch(44.4 70.0 13.3) |
| OKLCH | oklch(0.548 0.210 10.9) |
Copy-ready code
/* CSS */
color: #cd1552;
background-color: #cd1552;
/* Tailwind (arbitrary) */
class="text-[#cd1552] bg-[#cd1552]"
/* SCSS */
$brand: #cd1552;
/* SwiftUI */
Color(red: 0.804, green: 0.082, blue: 0.322)
/* Android */
Color.parseColor("#cd1552")Accessibility — WCAG contrast
Aa
#cd1552 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1552 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green8.2%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow60.0%
Key (black)19.6%
Color previews
#cd1552 text on a black background
contrast 3.82:1
Card sample
#cd1552 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1552;
Background color
Panel with #cd1552 background
background-color: #cd1552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 21, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 21, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1552; background: linear-gradient(135deg, #cd1552, #CD5315);