#cd3349
a balanced, vivid red · warm · closest name: crimson
RGB
205, 51, 73
HSL
351°, 61%, 50%
CMYK
0, 75, 64, 20
Luminance
0.1583
Every format
| HEX | #cd3349 |
| RGB | rgb(205, 51, 73) |
| HSL | hsl(351, 61%, 50%) |
| CMYK | cmyk(0%, 75%, 64%, 20%) |
| LAB | lab(46.8 60.5 24.8) |
| LCH | lch(46.8 65.3 22.3) |
| OKLCH | oklch(0.565 0.189 18.2) |
Copy-ready code
/* CSS */
color: #cd3349;
background-color: #cd3349;
/* Tailwind (arbitrary) */
class="text-[#cd3349] bg-[#cd3349]"
/* SCSS */
$brand: #cd3349;
/* SwiftUI */
Color(red: 0.804, green: 0.200, blue: 0.286)
/* Android */
Color.parseColor("#cd3349")Accessibility — WCAG contrast
Aa
#cd3349 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3349 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow64.4%
Key (black)19.6%
Color previews
#cd3349 text on a black background
contrast 4.17:1
Card sample
#cd3349 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3349;
Background color
Panel with #cd3349 background
background-color: #cd3349;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3349;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 51, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 51, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3349; background: linear-gradient(135deg, #cd3349, #CD8433);