#fe9f21
a balanced, electric orange · warm · closest name: orange
RGB
254, 159, 33
HSL
34°, 99%, 56%
CMYK
0, 37, 87, 0
Luminance
0.4598
Every format
| HEX | #fe9f21 |
| RGB | rgb(254, 159, 33) |
| HSL | hsl(34, 99%, 56%) |
| CMYK | cmyk(0%, 37%, 87%, 0%) |
| LAB | lab(73.5 27.0 72.4) |
| LCH | lch(73.5 77.3 69.5) |
| OKLCH | oklch(0.782 0.166 66.1) |
Copy-ready code
/* CSS */
color: #fe9f21;
background-color: #fe9f21;
/* Tailwind (arbitrary) */
class="text-[#fe9f21] bg-[#fe9f21]"
/* SCSS */
$brand: #fe9f21;
/* SwiftUI */
Color(red: 0.996, green: 0.624, blue: 0.129)
/* Android */
Color.parseColor("#fe9f21")Accessibility — WCAG contrast
Aa
#fe9f21 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9f21 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green62.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow87.0%
Key (black)0.4%
Color previews
#fe9f21 text on a black background
contrast 10.20:1
Card sample
#fe9f21 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9f21;
Background color
Panel with #fe9f21 background
background-color: #fe9f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 159, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 159, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9f21; background: linear-gradient(135deg, #fe9f21, #CAFE21);