#fd474c
a balanced, electric red · warm · closest name: crimson
RGB
253, 71, 76
HSL
358°, 98%, 64%
CMYK
0, 72, 70, 1
Luminance
0.2591
Every format
| HEX | #fd474c |
| RGB | rgb(253, 71, 76) |
| HSL | hsl(358, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 70%, 1%) |
| LAB | lab(58.0 68.2 38.8) |
| LCH | lch(58.0 78.5 29.6) |
| OKLCH | oklch(0.664 0.218 24.1) |
Copy-ready code
/* CSS */
color: #fd474c;
background-color: #fd474c;
/* Tailwind (arbitrary) */
class="text-[#fd474c] bg-[#fd474c]"
/* SCSS */
$brand: #fd474c;
/* SwiftUI */
Color(red: 0.992, green: 0.278, blue: 0.298)
/* Android */
Color.parseColor("#fd474c")Accessibility — WCAG contrast
Aa
#fd474c on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd474c on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.8%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow70.0%
Key (black)0.8%
Color previews
#fd474c text on a black background
contrast 6.18:1
Card sample
#fd474c text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd474c;
Background color
Panel with #fd474c background
background-color: #fd474c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd474c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 71, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 71, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd474c; background: linear-gradient(135deg, #fd474c, #FDBB47);