#cd3549
a balanced, vivid red · warm · closest name: crimson
RGB
205, 53, 73
HSL
352°, 60%, 51%
CMYK
0, 74, 64, 20
Luminance
0.1601
Every format
| HEX | #cd3549 |
| RGB | rgb(205, 53, 73) |
| HSL | hsl(352, 60%, 51%) |
| CMYK | cmyk(0%, 74%, 64%, 20%) |
| LAB | lab(47.0 59.8 25.1) |
| LCH | lch(47.0 64.9 22.7) |
| OKLCH | oklch(0.566 0.188 18.6) |
Copy-ready code
/* CSS */
color: #cd3549;
background-color: #cd3549;
/* Tailwind (arbitrary) */
class="text-[#cd3549] bg-[#cd3549]"
/* SCSS */
$brand: #cd3549;
/* SwiftUI */
Color(red: 0.804, green: 0.208, blue: 0.286)
/* Android */
Color.parseColor("#cd3549")Accessibility — WCAG contrast
Aa
#cd3549 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3549 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow64.4%
Key (black)19.6%
Color previews
#cd3549 text on a black background
contrast 4.20:1
Card sample
#cd3549 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3549;
Background color
Panel with #cd3549 background
background-color: #cd3549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 53, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 53, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3549; background: linear-gradient(135deg, #cd3549, #CD8635);