#fd291a
a balanced, electric red · warm · closest name: red
RGB
253, 41, 26
HSL
4°, 98%, 55%
CMYK
0, 84, 90, 1
Luminance
0.2254
Every format
| HEX | #fd291a |
| RGB | rgb(253, 41, 26) |
| HSL | hsl(4, 98%, 55%) |
| CMYK | cmyk(0%, 84%, 90%, 1%) |
| LAB | lab(54.6 75.0 60.4) |
| LCH | lch(54.6 96.3 38.8) |
| OKLCH | oklch(0.638 0.243 29.7) |
Copy-ready code
/* CSS */
color: #fd291a;
background-color: #fd291a;
/* Tailwind (arbitrary) */
class="text-[#fd291a] bg-[#fd291a]"
/* SCSS */
$brand: #fd291a;
/* SwiftUI */
Color(red: 0.992, green: 0.161, blue: 0.102)
/* Android */
Color.parseColor("#fd291a")Accessibility — WCAG contrast
Aa
#fd291a on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd291a on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.1%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow89.7%
Key (black)0.8%
Color previews
#fd291a text on a black background
contrast 5.51:1
Card sample
#fd291a text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd291a;
Background color
Panel with #fd291a background
background-color: #fd291a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd291a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 41, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 41, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd291a; background: linear-gradient(135deg, #fd291a, #FDC01A);