#fd302f
a balanced, electric red · warm · closest name: red
RGB
253, 48, 47
HSL
0°, 98%, 59%
CMYK
0, 81, 81, 1
Luminance
0.2320
Every format
| HEX | #fd302f |
| RGB | rgb(253, 48, 47) |
| HSL | hsl(0, 98%, 59%) |
| CMYK | cmyk(0%, 81%, 81%, 1%) |
| LAB | lab(55.3 73.8 51.5) |
| LCH | lch(55.3 90.0 34.9) |
| OKLCH | oklch(0.643 0.237 27.3) |
Copy-ready code
/* CSS */
color: #fd302f;
background-color: #fd302f;
/* Tailwind (arbitrary) */
class="text-[#fd302f] bg-[#fd302f]"
/* SCSS */
$brand: #fd302f;
/* SwiftUI */
Color(red: 0.992, green: 0.188, blue: 0.184)
/* Android */
Color.parseColor("#fd302f")Accessibility — WCAG contrast
Aa
#fd302f on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd302f on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow81.4%
Key (black)0.8%
Color previews
#fd302f text on a black background
contrast 5.64:1
Card sample
#fd302f text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd302f;
Background color
Panel with #fd302f background
background-color: #fd302f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd302f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 48, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 48, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd302f; background: linear-gradient(135deg, #fd302f, #FDB92F);