#feba5d
a light, electric orange · warm · closest name: peru
RGB
254, 186, 93
HSL
35°, 99%, 68%
CMYK
0, 27, 63, 0
Luminance
0.5698
Every format
| HEX | #feba5d |
| RGB | rgb(254, 186, 93) |
| HSL | hsl(35, 99%, 68%) |
| CMYK | cmyk(0%, 27%, 63%, 0%) |
| LAB | lab(80.2 15.4 55.7) |
| LCH | lch(80.2 57.8 74.6) |
| OKLCH | oklch(0.835 0.134 72.6) |
Copy-ready code
/* CSS */
color: #feba5d;
background-color: #feba5d;
/* Tailwind (arbitrary) */
class="text-[#feba5d] bg-[#feba5d]"
/* SCSS */
$brand: #feba5d;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.365)
/* Android */
Color.parseColor("#feba5d")Accessibility — WCAG contrast
Aa
#feba5d on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba5d on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow63.4%
Key (black)0.4%
Color previews
#feba5d text on a black background
contrast 12.40:1
Card sample
#feba5d text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba5d;
Background color
Panel with #feba5d background
background-color: #feba5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba5d; background: linear-gradient(135deg, #feba5d, #D7FE5D);