#fe9b49
a balanced, electric orange · warm · closest name: peru
RGB
254, 155, 73
HSL
27°, 99%, 64%
CMYK
0, 39, 71, 0
Luminance
0.4499
Every format
| HEX | #fe9b49 |
| RGB | rgb(254, 155, 73) |
| HSL | hsl(27, 99%, 64%) |
| CMYK | cmyk(0%, 39%, 71%, 0%) |
| LAB | lab(72.9 30.4 57.0) |
| LCH | lch(72.9 64.6 61.9) |
| OKLCH | oklch(0.778 0.152 57.3) |
Copy-ready code
/* CSS */
color: #fe9b49;
background-color: #fe9b49;
/* Tailwind (arbitrary) */
class="text-[#fe9b49] bg-[#fe9b49]"
/* SCSS */
$brand: #fe9b49;
/* SwiftUI */
Color(red: 0.996, green: 0.608, blue: 0.286)
/* Android */
Color.parseColor("#fe9b49")Accessibility — WCAG contrast
Aa
#fe9b49 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9b49 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow71.3%
Key (black)0.4%
Color previews
#fe9b49 text on a black background
contrast 10.00:1
Card sample
#fe9b49 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9b49;
Background color
Panel with #fe9b49 background
background-color: #fe9b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 155, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 155, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9b49; background: linear-gradient(135deg, #fe9b49, #E8FE49);