#fe8917
a balanced, electric orange · warm · closest name: orange
RGB
254, 137, 23
HSL
30°, 99%, 54%
CMYK
0, 46, 91, 0
Luminance
0.3902
Every format
| HEX | #fe8917 |
| RGB | rgb(254, 137, 23) |
| HSL | hsl(30, 99%, 54%) |
| CMYK | cmyk(0%, 46%, 91%, 0%) |
| LAB | lab(68.8 38.2 71.3) |
| LCH | lch(68.8 80.9 61.8) |
| OKLCH | oklch(0.745 0.177 55.9) |
Copy-ready code
/* CSS */
color: #fe8917;
background-color: #fe8917;
/* Tailwind (arbitrary) */
class="text-[#fe8917] bg-[#fe8917]"
/* SCSS */
$brand: #fe8917;
/* SwiftUI */
Color(red: 0.996, green: 0.537, blue: 0.090)
/* Android */
Color.parseColor("#fe8917")Accessibility — WCAG contrast
Aa
#fe8917 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8917 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green53.7%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow90.9%
Key (black)0.4%
Color previews
#fe8917 text on a black background
contrast 8.80:1
Card sample
#fe8917 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8917;
Background color
Panel with #fe8917 background
background-color: #fe8917;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8917;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 137, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 137, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8917; background: linear-gradient(135deg, #fe8917, #D9FE17);