#fd4939
a balanced, electric red · warm · closest name: tomato
RGB
253, 73, 57
HSL
5°, 98%, 61%
CMYK
0, 71, 78, 1
Luminance
0.2594
Every format
| HEX | #fd4939 |
| RGB | rgb(253, 73, 57) |
| HSL | hsl(5, 98%, 61%) |
| CMYK | cmyk(0%, 71%, 78%, 1%) |
| LAB | lab(58.0 66.8 49.1) |
| LCH | lch(58.0 82.9 36.3) |
| OKLCH | oklch(0.663 0.219 29.3) |
Copy-ready code
/* CSS */
color: #fd4939;
background-color: #fd4939;
/* Tailwind (arbitrary) */
class="text-[#fd4939] bg-[#fd4939]"
/* SCSS */
$brand: #fd4939;
/* SwiftUI */
Color(red: 0.992, green: 0.286, blue: 0.224)
/* Android */
Color.parseColor("#fd4939")Accessibility — WCAG contrast
Aa
#fd4939 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4939 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow77.5%
Key (black)0.8%
Color previews
#fd4939 text on a black background
contrast 6.19:1
Card sample
#fd4939 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4939;
Background color
Panel with #fd4939 background
background-color: #fd4939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 73, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 73, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4939; background: linear-gradient(135deg, #fd4939, #FDCC39);