#cd4a50
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 74, 80
HSL
357°, 57%, 55%
CMYK
0, 64, 61, 20
Luminance
0.1846
Every format
| HEX | #cd4a50 |
| RGB | rgb(205, 74, 80) |
| HSL | hsl(357, 57%, 55%) |
| CMYK | cmyk(0%, 64%, 61%, 20%) |
| LAB | lab(50.0 52.2 24.8) |
| LCH | lch(50.0 57.8 25.4) |
| OKLCH | oklch(0.590 0.166 21.2) |
Copy-ready code
/* CSS */
color: #cd4a50;
background-color: #cd4a50;
/* Tailwind (arbitrary) */
class="text-[#cd4a50] bg-[#cd4a50]"
/* SCSS */
$brand: #cd4a50;
/* SwiftUI */
Color(red: 0.804, green: 0.290, blue: 0.314)
/* Android */
Color.parseColor("#cd4a50")Accessibility — WCAG contrast
Aa
#cd4a50 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4a50 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green29.0%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow61.0%
Key (black)19.6%
Color previews
#cd4a50 text on a black background
contrast 4.69:1
Card sample
#cd4a50 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4a50;
Background color
Panel with #cd4a50 background
background-color: #cd4a50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4a50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 74, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 74, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4a50; background: linear-gradient(135deg, #cd4a50, #CD9B4A);