#cd474f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 71, 79
HSL
356°, 57%, 54%
CMYK
0, 65, 62, 20
Luminance
0.1805
Every format
| HEX | #cd474f |
| RGB | rgb(205, 71, 79) |
| HSL | hsl(356, 57%, 54%) |
| CMYK | cmyk(0%, 65%, 62%, 20%) |
| LAB | lab(49.6 53.4 24.8) |
| LCH | lch(49.6 58.9 24.9) |
| OKLCH | oklch(0.586 0.169 20.7) |
Copy-ready code
/* CSS */
color: #cd474f;
background-color: #cd474f;
/* Tailwind (arbitrary) */
class="text-[#cd474f] bg-[#cd474f]"
/* SCSS */
$brand: #cd474f;
/* SwiftUI */
Color(red: 0.804, green: 0.278, blue: 0.310)
/* Android */
Color.parseColor("#cd474f")Accessibility — WCAG contrast
Aa
#cd474f on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd474f on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green27.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta65.4%
Yellow61.5%
Key (black)19.6%
Color previews
#cd474f text on a black background
contrast 4.61:1
Card sample
#cd474f text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd474f;
Background color
Panel with #cd474f background
background-color: #cd474f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd474f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 71, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 71, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd474f; background: linear-gradient(135deg, #cd474f, #CD9847);