#feba3b
a balanced, electric orange · warm · closest name: orange
RGB
254, 186, 59
HSL
39°, 99%, 61%
CMYK
0, 27, 77, 0
Luminance
0.5650
Every format
| HEX | #feba3b |
| RGB | rgb(254, 186, 59) |
| HSL | hsl(39, 99%, 61%) |
| CMYK | cmyk(0%, 27%, 77%, 0%) |
| LAB | lab(79.9 13.7 69.7) |
| LCH | lch(79.9 71.0 78.9) |
| OKLCH | oklch(0.832 0.155 78.5) |
Copy-ready code
/* CSS */
color: #feba3b;
background-color: #feba3b;
/* Tailwind (arbitrary) */
class="text-[#feba3b] bg-[#feba3b]"
/* SCSS */
$brand: #feba3b;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.231)
/* Android */
Color.parseColor("#feba3b")Accessibility — WCAG contrast
Aa
#feba3b on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feba3b on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow76.8%
Key (black)0.4%
Color previews
#feba3b text on a black background
contrast 12.30:1
Card sample
#feba3b text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feba3b;
Background color
Panel with #feba3b background
background-color: #feba3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feba3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feba3b; background: linear-gradient(135deg, #feba3b, #C0FE3B);