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