#cd3b39
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 59, 57
HSL
1°, 60%, 51%
CMYK
0, 71, 72, 20
Luminance
0.1640
Every format
| HEX | #cd3b39 |
| RGB | rgb(205, 59, 57) |
| HSL | hsl(1, 60%, 51%) |
| CMYK | cmyk(0%, 71%, 72%, 20%) |
| LAB | lab(47.5 56.9 35.2) |
| LCH | lch(47.5 66.9 31.7) |
| OKLCH | oklch(0.569 0.183 25.8) |
Copy-ready code
/* CSS */
color: #cd3b39;
background-color: #cd3b39;
/* Tailwind (arbitrary) */
class="text-[#cd3b39] bg-[#cd3b39]"
/* SCSS */
$brand: #cd3b39;
/* SwiftUI */
Color(red: 0.804, green: 0.231, blue: 0.224)
/* Android */
Color.parseColor("#cd3b39")Accessibility — WCAG contrast
Aa
#cd3b39 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3b39 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow72.2%
Key (black)19.6%
Color previews
#cd3b39 text on a black background
contrast 4.28:1
Card sample
#cd3b39 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3b39;
Background color
Panel with #cd3b39 background
background-color: #cd3b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 59, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 59, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3b39; background: linear-gradient(135deg, #cd3b39, #CD9E39);