#fd5749
a balanced, electric red · warm · closest name: tomato
RGB
253, 87, 73
HSL
5°, 98%, 64%
CMYK
0, 66, 71, 1
Luminance
0.2818
Every format
| HEX | #fd5749 |
| RGB | rgb(253, 87, 73) |
| HSL | hsl(5, 98%, 64%) |
| CMYK | cmyk(0%, 66%, 71%, 1%) |
| LAB | lab(60.1 62.2 42.8) |
| LCH | lch(60.1 75.5 34.5) |
| OKLCH | oklch(0.679 0.204 28.5) |
Copy-ready code
/* CSS */
color: #fd5749;
background-color: #fd5749;
/* Tailwind (arbitrary) */
class="text-[#fd5749] bg-[#fd5749]"
/* SCSS */
$brand: #fd5749;
/* SwiftUI */
Color(red: 0.992, green: 0.341, blue: 0.286)
/* Android */
Color.parseColor("#fd5749")Accessibility — WCAG contrast
Aa
#fd5749 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd5749 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green34.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow71.1%
Key (black)0.8%
Color previews
#fd5749 text on a black background
contrast 6.64:1
Card sample
#fd5749 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5749;
Background color
Panel with #fd5749 background
background-color: #fd5749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 87, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 87, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5749; background: linear-gradient(135deg, #fd5749, #FDCF49);