#fd322f
a balanced, electric red · warm · closest name: red
RGB
253, 50, 47
HSL
1°, 98%, 59%
CMYK
0, 80, 81, 1
Luminance
0.2337
Every format
| HEX | #fd322f |
| RGB | rgb(253, 50, 47) |
| HSL | hsl(1, 98%, 59%) |
| CMYK | cmyk(0%, 80%, 81%, 1%) |
| LAB | lab(55.5 73.3 51.7) |
| LCH | lch(55.5 89.7 35.2) |
| OKLCH | oklch(0.644 0.236 27.6) |
Copy-ready code
/* CSS */
color: #fd322f;
background-color: #fd322f;
/* Tailwind (arbitrary) */
class="text-[#fd322f] bg-[#fd322f]"
/* SCSS */
$brand: #fd322f;
/* SwiftUI */
Color(red: 0.992, green: 0.196, blue: 0.184)
/* Android */
Color.parseColor("#fd322f")Accessibility — WCAG contrast
Aa
#fd322f on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd322f on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green19.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow81.4%
Key (black)0.8%
Color previews
#fd322f text on a black background
contrast 5.67:1
Card sample
#fd322f text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd322f;
Background color
Panel with #fd322f background
background-color: #fd322f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd322f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 50, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 50, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd322f; background: linear-gradient(135deg, #fd322f, #FDBB2F);