#cd4849
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 72, 73
HSL
360°, 57%, 54%
CMYK
0, 65, 64, 20
Luminance
0.1809
Every format
| HEX | #cd4849 |
| RGB | rgb(205, 72, 73) |
| HSL | hsl(360, 57%, 54%) |
| CMYK | cmyk(0%, 65%, 64%, 20%) |
| LAB | lab(49.6 52.6 28.4) |
| LCH | lch(49.6 59.8 28.3) |
| OKLCH | oklch(0.586 0.169 23.5) |
Copy-ready code
/* CSS */
color: #cd4849;
background-color: #cd4849;
/* Tailwind (arbitrary) */
class="text-[#cd4849] bg-[#cd4849]"
/* SCSS */
$brand: #cd4849;
/* SwiftUI */
Color(red: 0.804, green: 0.282, blue: 0.286)
/* Android */
Color.parseColor("#cd4849")Accessibility — WCAG contrast
Aa
#cd4849 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd4849 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow64.4%
Key (black)19.6%
Color previews
#cd4849 text on a black background
contrast 4.62:1
Card sample
#cd4849 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4849;
Background color
Panel with #cd4849 background
background-color: #cd4849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 72, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 72, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4849; background: linear-gradient(135deg, #cd4849, #CDA048);