#febc4f
a light, electric orange · warm · closest name: orange
RGB
254, 188, 79
HSL
37°, 99%, 65%
CMYK
0, 26, 69, 0
Luminance
0.5760
Every format
| HEX | #febc4f |
| RGB | rgb(254, 188, 79) |
| HSL | hsl(37, 99%, 65%) |
| CMYK | cmyk(0%, 26%, 69%, 0%) |
| LAB | lab(80.5 13.5 62.3) |
| LCH | lch(80.5 63.8 77.8) |
| OKLCH | oklch(0.837 0.144 76.8) |
Copy-ready code
/* CSS */
color: #febc4f;
background-color: #febc4f;
/* Tailwind (arbitrary) */
class="text-[#febc4f] bg-[#febc4f]"
/* SCSS */
$brand: #febc4f;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.310)
/* Android */
Color.parseColor("#febc4f")Accessibility — WCAG contrast
Aa
#febc4f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febc4f on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow68.9%
Key (black)0.4%
Color previews
#febc4f text on a black background
contrast 12.52:1
Card sample
#febc4f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febc4f;
Background color
Panel with #febc4f background
background-color: #febc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febc4f; background: linear-gradient(135deg, #febc4f, #CBFE4F);