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