#fd7705
a balanced, electric orange · warm · closest name: chocolate
RGB
253, 119, 5
HSL
28°, 98%, 51%
CMYK
0, 53, 98, 1
Luminance
0.3409
Every format
| HEX | #fd7705 |
| RGB | rgb(253, 119, 5) |
| HSL | hsl(28, 98%, 51%) |
| CMYK | cmyk(0%, 53%, 98%, 1%) |
| LAB | lab(65.0 46.5 71.9) |
| LCH | lch(65.0 85.6 57.1) |
| OKLCH | oklch(0.716 0.190 49.5) |
Copy-ready code
/* CSS */
color: #fd7705;
background-color: #fd7705;
/* Tailwind (arbitrary) */
class="text-[#fd7705] bg-[#fd7705]"
/* SCSS */
$brand: #fd7705;
/* SwiftUI */
Color(red: 0.992, green: 0.467, blue: 0.020)
/* Android */
Color.parseColor("#fd7705")Accessibility — WCAG contrast
Aa
#fd7705 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7705 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.7%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow98.0%
Key (black)0.8%
Color previews
#fd7705 text on a black background
contrast 7.82:1
Card sample
#fd7705 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7705;
Background color
Panel with #fd7705 background
background-color: #fd7705;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7705;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 119, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 119, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7705; background: linear-gradient(135deg, #fd7705, #DEFD05);