#cd0849
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 8, 73
HSL
340°, 93%, 42%
CMYK
0, 96, 64, 20
Luminance
0.1363
Every format
| HEX | #cd0849 |
| RGB | rgb(205, 8, 73) |
| HSL | hsl(340, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 64%, 20%) |
| LAB | lab(43.7 69.2 20.8) |
| LCH | lch(43.7 72.2 16.7) |
| OKLCH | oklch(0.542 0.214 13.6) |
Copy-ready code
/* CSS */
color: #cd0849;
background-color: #cd0849;
/* Tailwind (arbitrary) */
class="text-[#cd0849] bg-[#cd0849]"
/* SCSS */
$brand: #cd0849;
/* SwiftUI */
Color(red: 0.804, green: 0.031, blue: 0.286)
/* Android */
Color.parseColor("#cd0849")Accessibility — WCAG contrast
Aa
#cd0849 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd0849 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green3.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow64.4%
Key (black)19.6%
Color previews
#cd0849 text on a black background
contrast 3.73:1
Card sample
#cd0849 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0849;
Background color
Panel with #cd0849 background
background-color: #cd0849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 8, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 8, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0849; background: linear-gradient(135deg, #cd0849, #CD4A08);