#fd4f1c
a balanced, electric red · warm · closest name: tomato
RGB
253, 79, 28
HSL
14°, 98%, 55%
CMYK
0, 69, 89, 1
Luminance
0.2656
Every format
| HEX | #fd4f1c |
| RGB | rgb(253, 79, 28) |
| HSL | hsl(14, 98%, 55%) |
| CMYK | cmyk(0%, 69%, 89%, 1%) |
| LAB | lab(58.6 64.0 62.5) |
| LCH | lch(58.6 89.4 44.3) |
| OKLCH | oklch(0.667 0.218 35.5) |
Copy-ready code
/* CSS */
color: #fd4f1c;
background-color: #fd4f1c;
/* Tailwind (arbitrary) */
class="text-[#fd4f1c] bg-[#fd4f1c]"
/* SCSS */
$brand: #fd4f1c;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.110)
/* Android */
Color.parseColor("#fd4f1c")Accessibility — WCAG contrast
Aa
#fd4f1c on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4f1c on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow88.9%
Key (black)0.8%
Color previews
#fd4f1c text on a black background
contrast 6.31:1
Card sample
#fd4f1c text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4f1c;
Background color
Panel with #fd4f1c background
background-color: #fd4f1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4f1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4f1c; background: linear-gradient(135deg, #fd4f1c, #FDE51C);