#febc9a
a light, electric orange · warm · closest name: tan
RGB
254, 188, 154
HSL
20°, 98%, 80%
CMYK
0, 26, 39, 0
Luminance
0.5937
Every format
| HEX | #febc9a |
| RGB | rgb(254, 188, 154) |
| HSL | hsl(20, 98%, 80%) |
| CMYK | cmyk(0%, 26%, 39%, 0%) |
| LAB | lab(81.5 19.6 26.5) |
| LCH | lch(81.5 33.0 53.6) |
| OKLCH | oklch(0.848 0.089 48.3) |
Copy-ready code
/* CSS */
color: #febc9a;
background-color: #febc9a;
/* Tailwind (arbitrary) */
class="text-[#febc9a] bg-[#febc9a]"
/* SCSS */
$brand: #febc9a;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.604)
/* Android */
Color.parseColor("#febc9a")Accessibility — WCAG contrast
Aa
#febc9a on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febc9a on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow39.4%
Key (black)0.4%
Color previews
#febc9a text on a black background
contrast 12.87:1
Card sample
#febc9a text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febc9a;
Background color
Panel with #febc9a background
background-color: #febc9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febc9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febc9a; background: linear-gradient(135deg, #febc9a, #FDFE9A);