#fe8621
a balanced, electric orange · warm · closest name: chocolate
RGB
254, 134, 33
HSL
27°, 99%, 56%
CMYK
0, 47, 87, 0
Luminance
0.3823
Every format
| HEX | #fe8621 |
| RGB | rgb(254, 134, 33) |
| HSL | hsl(27, 99%, 56%) |
| CMYK | cmyk(0%, 47%, 87%, 0%) |
| LAB | lab(68.2 39.9 68.2) |
| LCH | lch(68.2 79.0 59.7) |
| OKLCH | oklch(0.741 0.177 53.5) |
Copy-ready code
/* CSS */
color: #fe8621;
background-color: #fe8621;
/* Tailwind (arbitrary) */
class="text-[#fe8621] bg-[#fe8621]"
/* SCSS */
$brand: #fe8621;
/* SwiftUI */
Color(red: 0.996, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#fe8621")Accessibility — WCAG contrast
Aa
#fe8621 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8621 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow87.0%
Key (black)0.4%
Color previews
#fe8621 text on a black background
contrast 8.65:1
Card sample
#fe8621 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8621;
Background color
Panel with #fe8621 background
background-color: #fe8621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8621; background: linear-gradient(135deg, #fe8621, #E3FE21);