#febc9e
a light, electric orange · warm · closest name: tan
RGB
254, 188, 158
HSL
19°, 98%, 81%
CMYK
0, 26, 38, 0
Luminance
0.5951
Every format
| HEX | #febc9e |
| RGB | rgb(254, 188, 158) |
| HSL | hsl(19, 98%, 81%) |
| CMYK | cmyk(0%, 26%, 38%, 0%) |
| LAB | lab(81.6 20.0 24.5) |
| LCH | lch(81.6 31.6 50.8) |
| OKLCH | oklch(0.849 0.087 45.5) |
Copy-ready code
/* CSS */
color: #febc9e;
background-color: #febc9e;
/* Tailwind (arbitrary) */
class="text-[#febc9e] bg-[#febc9e]"
/* SCSS */
$brand: #febc9e;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#febc9e")Accessibility — WCAG contrast
Aa
#febc9e on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febc9e on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow37.8%
Key (black)0.4%
Color previews
#febc9e text on a black background
contrast 12.90:1
Card sample
#febc9e text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febc9e;
Background color
Panel with #febc9e background
background-color: #febc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febc9e; background: linear-gradient(135deg, #febc9e, #FEFC9E);