#fd4331
a balanced, electric red · warm · closest name: tomato
RGB
253, 67, 49
HSL
5°, 98%, 59%
CMYK
0, 74, 81, 1
Luminance
0.2512
Every format
| HEX | #fd4331 |
| RGB | rgb(253, 67, 49) |
| HSL | hsl(5, 98%, 59%) |
| CMYK | cmyk(0%, 74%, 81%, 1%) |
| LAB | lab(57.2 68.5 52.3) |
| LCH | lch(57.2 86.2 37.4) |
| OKLCH | oklch(0.657 0.225 29.8) |
Copy-ready code
/* CSS */
color: #fd4331;
background-color: #fd4331;
/* Tailwind (arbitrary) */
class="text-[#fd4331] bg-[#fd4331]"
/* SCSS */
$brand: #fd4331;
/* SwiftUI */
Color(red: 0.992, green: 0.263, blue: 0.192)
/* Android */
Color.parseColor("#fd4331")Accessibility — WCAG contrast
Aa
#fd4331 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4331 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.3%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow80.6%
Key (black)0.8%
Color previews
#fd4331 text on a black background
contrast 6.02:1
Card sample
#fd4331 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4331;
Background color
Panel with #fd4331 background
background-color: #fd4331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 67, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 67, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4331; background: linear-gradient(135deg, #fd4331, #FDCB31);