#fd040f
a balanced, electric red · warm · closest name: red
RGB
253, 4, 15
HSL
357°, 98%, 50%
CMYK
0, 98, 94, 1
Luminance
0.2100
Every format
| HEX | #fd040f |
| RGB | rgb(253, 4, 15) |
| HSL | hsl(357, 98%, 50%) |
| CMYK | cmyk(0%, 98%, 94%, 1%) |
| LAB | lab(53.0 79.4 63.1) |
| LCH | lch(53.0 101.4 38.5) |
| OKLCH | oklch(0.625 0.255 28.5) |
Copy-ready code
/* CSS */
color: #fd040f;
background-color: #fd040f;
/* Tailwind (arbitrary) */
class="text-[#fd040f] bg-[#fd040f]"
/* SCSS */
$brand: #fd040f;
/* SwiftUI */
Color(red: 0.992, green: 0.016, blue: 0.059)
/* Android */
Color.parseColor("#fd040f")Accessibility — WCAG contrast
Aa
#fd040f on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd040f on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green1.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow94.1%
Key (black)0.8%
Color previews
#fd040f text on a black background
contrast 5.20:1
Card sample
#fd040f text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd040f;
Background color
Panel with #fd040f background
background-color: #fd040f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd040f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 4, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 4, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd040f; background: linear-gradient(135deg, #fd040f, #FD9F04);