#fd352a
a balanced, electric red · warm · closest name: red
RGB
253, 53, 42
HSL
3°, 98%, 58%
CMYK
0, 79, 83, 1
Luminance
0.2360
Every format
| HEX | #fd352a |
| RGB | rgb(253, 53, 42) |
| HSL | hsl(3, 98%, 58%) |
| CMYK | cmyk(0%, 79%, 83%, 1%) |
| LAB | lab(55.7 72.5 54.3) |
| LCH | lch(55.7 90.6 36.9) |
| OKLCH | oklch(0.646 0.235 28.9) |
Copy-ready code
/* CSS */
color: #fd352a;
background-color: #fd352a;
/* Tailwind (arbitrary) */
class="text-[#fd352a] bg-[#fd352a]"
/* SCSS */
$brand: #fd352a;
/* SwiftUI */
Color(red: 0.992, green: 0.208, blue: 0.165)
/* Android */
Color.parseColor("#fd352a")Accessibility — WCAG contrast
Aa
#fd352a on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd352a on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.8%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow83.4%
Key (black)0.8%
Color previews
#fd352a text on a black background
contrast 5.72:1
Card sample
#fd352a text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd352a;
Background color
Panel with #fd352a background
background-color: #fd352a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd352a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 53, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 53, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd352a; background: linear-gradient(135deg, #fd352a, #FDC12A);