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