#fd480a
a balanced, electric orange · warm · closest name: red
RGB
253, 72, 10
HSL
15°, 98%, 52%
CMYK
0, 72, 96, 1
Luminance
0.2554
Every format
| HEX | #fd480a |
| RGB | rgb(253, 72, 10) |
| HSL | hsl(15, 98%, 52%) |
| CMYK | cmyk(0%, 72%, 96%, 1%) |
| LAB | lab(57.6 66.2 66.8) |
| LCH | lch(57.6 94.0 45.2) |
| OKLCH | oklch(0.660 0.225 35.5) |
Copy-ready code
/* CSS */
color: #fd480a;
background-color: #fd480a;
/* Tailwind (arbitrary) */
class="text-[#fd480a] bg-[#fd480a]"
/* SCSS */
$brand: #fd480a;
/* SwiftUI */
Color(red: 0.992, green: 0.282, blue: 0.039)
/* Android */
Color.parseColor("#fd480a")Accessibility — WCAG contrast
Aa
#fd480a on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd480a on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.2%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow96.0%
Key (black)0.8%
Color previews
#fd480a text on a black background
contrast 6.11:1
Card sample
#fd480a text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd480a;
Background color
Panel with #fd480a background
background-color: #fd480a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd480a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 72, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 72, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd480a; background: linear-gradient(135deg, #fd480a, #FDEA0A);