#fe9521
a balanced, electric orange · warm · closest name: orange
RGB
254, 149, 33
HSL
32°, 99%, 56%
CMYK
0, 41, 87, 0
Luminance
0.4268
Every format
| HEX | #fe9521 |
| RGB | rgb(254, 149, 33) |
| HSL | hsl(32, 99%, 56%) |
| CMYK | cmyk(0%, 41%, 87%, 0%) |
| LAB | lab(71.3 32.2 70.7) |
| LCH | lch(71.3 77.7 65.5) |
| OKLCH | oklch(0.765 0.169 60.8) |
Copy-ready code
/* CSS */
color: #fe9521;
background-color: #fe9521;
/* Tailwind (arbitrary) */
class="text-[#fe9521] bg-[#fe9521]"
/* SCSS */
$brand: #fe9521;
/* SwiftUI */
Color(red: 0.996, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#fe9521")Accessibility — WCAG contrast
Aa
#fe9521 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9521 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow87.0%
Key (black)0.4%
Color previews
#fe9521 text on a black background
contrast 9.54:1
Card sample
#fe9521 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9521;
Background color
Panel with #fe9521 background
background-color: #fe9521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9521; background: linear-gradient(135deg, #fe9521, #D4FE21);