#fd4607
a balanced, electric orange · warm · closest name: red
RGB
253, 70, 7
HSL
15°, 98%, 51%
CMYK
0, 72, 97, 1
Luminance
0.2528
Every format
| HEX | #fd4607 |
| RGB | rgb(253, 70, 7) |
| HSL | hsl(15, 98%, 51%) |
| CMYK | cmyk(0%, 72%, 97%, 1%) |
| LAB | lab(57.4 66.9 67.2) |
| LCH | lch(57.4 94.8 45.1) |
| OKLCH | oklch(0.658 0.226 35.3) |
Copy-ready code
/* CSS */
color: #fd4607;
background-color: #fd4607;
/* Tailwind (arbitrary) */
class="text-[#fd4607] bg-[#fd4607]"
/* SCSS */
$brand: #fd4607;
/* SwiftUI */
Color(red: 0.992, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#fd4607")Accessibility — WCAG contrast
Aa
#fd4607 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4607 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow97.2%
Key (black)0.8%
Color previews
#fd4607 text on a black background
contrast 6.06:1
Card sample
#fd4607 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4607;
Background color
Panel with #fd4607 background
background-color: #fd4607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4607; background: linear-gradient(135deg, #fd4607, #FDEA07);