#cd3e4a
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 62, 74
HSL
355°, 59%, 52%
CMYK
0, 70, 64, 20
Luminance
0.1692
Every format
| HEX | #cd3e4a |
| RGB | rgb(205, 62, 74) |
| HSL | hsl(355, 59%, 52%) |
| CMYK | cmyk(0%, 70%, 64%, 20%) |
| LAB | lab(48.2 56.7 25.9) |
| LCH | lch(48.2 62.3 24.6) |
| OKLCH | oklch(0.575 0.179 20.3) |
Copy-ready code
/* CSS */
color: #cd3e4a;
background-color: #cd3e4a;
/* Tailwind (arbitrary) */
class="text-[#cd3e4a] bg-[#cd3e4a]"
/* SCSS */
$brand: #cd3e4a;
/* SwiftUI */
Color(red: 0.804, green: 0.243, blue: 0.290)
/* Android */
Color.parseColor("#cd3e4a")Accessibility — WCAG contrast
Aa
#cd3e4a on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3e4a on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.3%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow63.9%
Key (black)19.6%
Color previews
#cd3e4a text on a black background
contrast 4.38:1
Card sample
#cd3e4a text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3e4a;
Background color
Panel with #cd3e4a background
background-color: #cd3e4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3e4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 62, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 62, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3e4a; background: linear-gradient(135deg, #cd3e4a, #CD923E);