#fd4b3d
a balanced, electric red · warm · closest name: tomato
RGB
253, 75, 61
HSL
4°, 98%, 62%
CMYK
0, 70, 76, 1
Luminance
0.2625
Every format
| HEX | #fd4b3d |
| RGB | rgb(253, 75, 61) |
| HSL | hsl(4, 98%, 62%) |
| CMYK | cmyk(0%, 70%, 76%, 1%) |
| LAB | lab(58.3 66.2 47.3) |
| LCH | lch(58.3 81.4 35.5) |
| OKLCH | oklch(0.666 0.216 28.8) |
Copy-ready code
/* CSS */
color: #fd4b3d;
background-color: #fd4b3d;
/* Tailwind (arbitrary) */
class="text-[#fd4b3d] bg-[#fd4b3d]"
/* SCSS */
$brand: #fd4b3d;
/* SwiftUI */
Color(red: 0.992, green: 0.294, blue: 0.239)
/* Android */
Color.parseColor("#fd4b3d")Accessibility — WCAG contrast
Aa
#fd4b3d on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4b3d on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow75.9%
Key (black)0.8%
Color previews
#fd4b3d text on a black background
contrast 6.25:1
Card sample
#fd4b3d text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4b3d;
Background color
Panel with #fd4b3d background
background-color: #fd4b3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4b3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 75, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 75, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4b3d; background: linear-gradient(135deg, #fd4b3d, #FDCB3D);