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