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