#fd4b2c
a balanced, electric red · warm · closest name: tomato
RGB
253, 75, 44
HSL
9°, 98%, 58%
CMYK
0, 70, 83, 1
Luminance
0.2610
Every format
| HEX | #fd4b2c |
| RGB | rgb(253, 75, 44) |
| HSL | hsl(9, 98%, 58%) |
| CMYK | cmyk(0%, 70%, 83%, 1%) |
| LAB | lab(58.1 65.7 55.6) |
| LCH | lch(58.1 86.1 40.2) |
| OKLCH | oklch(0.664 0.219 32.3) |
Copy-ready code
/* CSS */
color: #fd4b2c;
background-color: #fd4b2c;
/* Tailwind (arbitrary) */
class="text-[#fd4b2c] bg-[#fd4b2c]"
/* SCSS */
$brand: #fd4b2c;
/* SwiftUI */
Color(red: 0.992, green: 0.294, blue: 0.173)
/* Android */
Color.parseColor("#fd4b2c")Accessibility — WCAG contrast
Aa
#fd4b2c on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4b2c on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow82.6%
Key (black)0.8%
Color previews
#fd4b2c text on a black background
contrast 6.22:1
Card sample
#fd4b2c text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4b2c;
Background color
Panel with #fd4b2c background
background-color: #fd4b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 75, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 75, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4b2c; background: linear-gradient(135deg, #fd4b2c, #FDD62C);