#feba4b
a balanced, electric orange · warm · closest name: orange
RGB
254, 186, 75
HSL
37°, 99%, 65%
CMYK
0, 27, 71, 0
Luminance
0.5670
Every format
| HEX | #feba4b |
| RGB | rgb(254, 186, 75) |
| HSL | hsl(37, 99%, 65%) |
| CMYK | cmyk(0%, 27%, 71%, 0%) |
| LAB | lab(80.0 14.4 63.5) |
| LCH | lch(80.0 65.1 77.3) |
| OKLCH | oklch(0.833 0.146 76.2) |
Copy-ready code
/* CSS */
color: #feba4b;
background-color: #feba4b;
/* Tailwind (arbitrary) */
class="text-[#feba4b] bg-[#feba4b]"
/* SCSS */
$brand: #feba4b;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.294)
/* Android */
Color.parseColor("#feba4b")Accessibility — WCAG contrast
Aa
#feba4b on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba4b on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow70.5%
Key (black)0.4%
Color previews
#feba4b text on a black background
contrast 12.34:1
Card sample
#feba4b text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba4b;
Background color
Panel with #feba4b background
background-color: #feba4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba4b; background: linear-gradient(135deg, #feba4b, #CBFE4B);