#fd4f29
a balanced, electric red · warm · closest name: tomato
RGB
253, 79, 41
HSL
11°, 98%, 58%
CMYK
0, 69, 84, 1
Luminance
0.2663
Every format
| HEX | #fd4f29 |
| RGB | rgb(253, 79, 41) |
| HSL | hsl(11, 98%, 58%) |
| CMYK | cmyk(0%, 69%, 84%, 1%) |
| LAB | lab(58.6 64.2 57.4) |
| LCH | lch(58.6 86.1 41.8) |
| OKLCH | oklch(0.668 0.216 33.7) |
Copy-ready code
/* CSS */
color: #fd4f29;
background-color: #fd4f29;
/* Tailwind (arbitrary) */
class="text-[#fd4f29] bg-[#fd4f29]"
/* SCSS */
$brand: #fd4f29;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.161)
/* Android */
Color.parseColor("#fd4f29")Accessibility — WCAG contrast
Aa
#fd4f29 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4f29 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow83.8%
Key (black)0.8%
Color previews
#fd4f29 text on a black background
contrast 6.33:1
Card sample
#fd4f29 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4f29;
Background color
Panel with #fd4f29 background
background-color: #fd4f29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4f29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4f29; background: linear-gradient(135deg, #fd4f29, #FDDC29);