#fd342c
a balanced, electric red · warm · closest name: red
RGB
253, 52, 44
HSL
2°, 98%, 58%
CMYK
0, 79, 83, 1
Luminance
0.2352
Every format
| HEX | #fd342c |
| RGB | rgb(253, 52, 44) |
| HSL | hsl(2, 98%, 58%) |
| CMYK | cmyk(0%, 79%, 83%, 1%) |
| LAB | lab(55.6 72.8 53.3) |
| LCH | lch(55.6 90.2 36.2) |
| OKLCH | oklch(0.645 0.235 28.4) |
Copy-ready code
/* CSS */
color: #fd342c;
background-color: #fd342c;
/* Tailwind (arbitrary) */
class="text-[#fd342c] bg-[#fd342c]"
/* SCSS */
$brand: #fd342c;
/* SwiftUI */
Color(red: 0.992, green: 0.204, blue: 0.173)
/* Android */
Color.parseColor("#fd342c")Accessibility — WCAG contrast
Aa
#fd342c on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd342c on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow82.6%
Key (black)0.8%
Color previews
#fd342c text on a black background
contrast 5.70:1
Card sample
#fd342c text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd342c;
Background color
Panel with #fd342c background
background-color: #fd342c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd342c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 52, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 52, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd342c; background: linear-gradient(135deg, #fd342c, #FDBF2C);