#fd4749
a balanced, electric red · warm · closest name: tomato
RGB
253, 71, 73
HSL
359°, 98%, 64%
CMYK
0, 72, 71, 1
Luminance
0.2587
Every format
| HEX | #fd4749 |
| RGB | rgb(253, 71, 73) |
| HSL | hsl(359, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 71%, 1%) |
| LAB | lab(57.9 68.1 40.4) |
| LCH | lch(57.9 79.2 30.7) |
| OKLCH | oklch(0.663 0.218 24.9) |
Copy-ready code
/* CSS */
color: #fd4749;
background-color: #fd4749;
/* Tailwind (arbitrary) */
class="text-[#fd4749] bg-[#fd4749]"
/* SCSS */
$brand: #fd4749;
/* SwiftUI */
Color(red: 0.992, green: 0.278, blue: 0.286)
/* Android */
Color.parseColor("#fd4749")Accessibility — WCAG contrast
Aa
#fd4749 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4749 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow71.1%
Key (black)0.8%
Color previews
#fd4749 text on a black background
contrast 6.17:1
Card sample
#fd4749 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4749;
Background color
Panel with #fd4749 background
background-color: #fd4749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 71, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 71, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4749; background: linear-gradient(135deg, #fd4749, #FDBE47);