#fd8917
a balanced, electric orange · warm · closest name: orange
RGB
253, 137, 23
HSL
30°, 98%, 54%
CMYK
0, 46, 91, 1
Luminance
0.3884
Every format
| HEX | #fd8917 |
| RGB | rgb(253, 137, 23) |
| HSL | hsl(30, 98%, 54%) |
| CMYK | cmyk(0%, 46%, 91%, 1%) |
| LAB | lab(68.6 37.8 71.1) |
| LCH | lch(68.6 80.5 62.0) |
| OKLCH | oklch(0.744 0.176 56.2) |
Copy-ready code
/* CSS */
color: #fd8917;
background-color: #fd8917;
/* Tailwind (arbitrary) */
class="text-[#fd8917] bg-[#fd8917]"
/* SCSS */
$brand: #fd8917;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.090)
/* Android */
Color.parseColor("#fd8917")Accessibility — WCAG contrast
Aa
#fd8917 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8917 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow90.9%
Key (black)0.8%
Color previews
#fd8917 text on a black background
contrast 8.77:1
Card sample
#fd8917 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8917;
Background color
Panel with #fd8917 background
background-color: #fd8917;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8917;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8917; background: linear-gradient(135deg, #fd8917, #D8FD17);