#fe9021
a balanced, electric orange · warm · closest name: orange
RGB
254, 144, 33
HSL
30°, 99%, 56%
CMYK
0, 43, 87, 0
Luminance
0.4113
Every format
| HEX | #fe9021 |
| RGB | rgb(254, 144, 33) |
| HSL | hsl(30, 99%, 56%) |
| CMYK | cmyk(0%, 43%, 87%, 0%) |
| LAB | lab(70.3 34.8 69.8) |
| LCH | lch(70.3 78.0 63.5) |
| OKLCH | oklch(0.756 0.172 58.3) |
Copy-ready code
/* CSS */
color: #fe9021;
background-color: #fe9021;
/* Tailwind (arbitrary) */
class="text-[#fe9021] bg-[#fe9021]"
/* SCSS */
$brand: #fe9021;
/* SwiftUI */
Color(red: 0.996, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#fe9021")Accessibility — WCAG contrast
Aa
#fe9021 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9021 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow87.0%
Key (black)0.4%
Color previews
#fe9021 text on a black background
contrast 9.23:1
Card sample
#fe9021 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9021;
Background color
Panel with #fe9021 background
background-color: #fe9021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9021; background: linear-gradient(135deg, #fe9021, #D9FE21);