#fd4f05
a balanced, electric orange · warm · closest name: red
RGB
253, 79, 5
HSL
18°, 98%, 51%
CMYK
0, 69, 98, 1
Luminance
0.2649
Every format
| HEX | #fd4f05 |
| RGB | rgb(253, 79, 5) |
| HSL | hsl(18, 98%, 51%) |
| CMYK | cmyk(0%, 69%, 98%, 1%) |
| LAB | lab(58.5 63.7 68.2) |
| LCH | lch(58.5 93.3 47.0) |
| OKLCH | oklch(0.666 0.220 37.3) |
Copy-ready code
/* CSS */
color: #fd4f05;
background-color: #fd4f05;
/* Tailwind (arbitrary) */
class="text-[#fd4f05] bg-[#fd4f05]"
/* SCSS */
$brand: #fd4f05;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.020)
/* Android */
Color.parseColor("#fd4f05")Accessibility — WCAG contrast
Aa
#fd4f05 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4f05 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow98.0%
Key (black)0.8%
Color previews
#fd4f05 text on a black background
contrast 6.30:1
Card sample
#fd4f05 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4f05;
Background color
Panel with #fd4f05 background
background-color: #fd4f05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4f05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4f05; background: linear-gradient(135deg, #fd4f05, #FDF405);