#fd4f16
a balanced, electric red · warm · closest name: red
RGB
253, 79, 22
HSL
15°, 98%, 54%
CMYK
0, 69, 91, 1
Luminance
0.2653
Every format
| HEX | #fd4f16 |
| RGB | rgb(253, 79, 22) |
| HSL | hsl(15, 98%, 54%) |
| CMYK | cmyk(0%, 69%, 91%, 1%) |
| LAB | lab(58.5 63.9 64.4) |
| LCH | lch(58.5 90.7 45.2) |
| OKLCH | oklch(0.667 0.219 36.1) |
Copy-ready code
/* CSS */
color: #fd4f16;
background-color: #fd4f16;
/* Tailwind (arbitrary) */
class="text-[#fd4f16] bg-[#fd4f16]"
/* SCSS */
$brand: #fd4f16;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.086)
/* Android */
Color.parseColor("#fd4f16")Accessibility — WCAG contrast
Aa
#fd4f16 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4f16 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow91.3%
Key (black)0.8%
Color previews
#fd4f16 text on a black background
contrast 6.31:1
Card sample
#fd4f16 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4f16;
Background color
Panel with #fd4f16 background
background-color: #fd4f16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4f16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4f16; background: linear-gradient(135deg, #fd4f16, #FDE916);