#cd1349
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 19, 73
HSL
343°, 83%, 44%
CMYK
0, 91, 64, 20
Luminance
0.1393
Every format
| HEX | #cd1349 |
| RGB | rgb(205, 19, 73) |
| HSL | hsl(343, 83%, 44%) |
| CMYK | cmyk(0%, 91%, 64%, 20%) |
| LAB | lab(44.1 67.9 21.4) |
| LCH | lch(44.1 71.2 17.5) |
| OKLCH | oklch(0.545 0.210 14.2) |
Copy-ready code
/* CSS */
color: #cd1349;
background-color: #cd1349;
/* Tailwind (arbitrary) */
class="text-[#cd1349] bg-[#cd1349]"
/* SCSS */
$brand: #cd1349;
/* SwiftUI */
Color(red: 0.804, green: 0.075, blue: 0.286)
/* Android */
Color.parseColor("#cd1349")Accessibility — WCAG contrast
Aa
#cd1349 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1349 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow64.4%
Key (black)19.6%
Color previews
#cd1349 text on a black background
contrast 3.79:1
Card sample
#cd1349 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1349;
Background color
Panel with #cd1349 background
background-color: #cd1349;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1349;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 19, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 19, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1349; background: linear-gradient(135deg, #cd1349, #CD5913);