#fecba9
a light, electric orange · warm · closest name: tan
RGB
254, 203, 169
HSL
24°, 98%, 83%
CMYK
0, 20, 34, 0
Luminance
0.6665
Every format
| HEX | #fecba9 |
| RGB | rgb(254, 203, 169) |
| HSL | hsl(24, 98%, 83%) |
| CMYK | cmyk(0%, 20%, 34%, 0%) |
| LAB | lab(85.3 13.5 23.8) |
| LCH | lch(85.3 27.4 60.5) |
| OKLCH | oklch(0.879 0.074 55.2) |
Copy-ready code
/* CSS */
color: #fecba9;
background-color: #fecba9;
/* Tailwind (arbitrary) */
class="text-[#fecba9] bg-[#fecba9]"
/* SCSS */
$brand: #fecba9;
/* SwiftUI */
Color(red: 0.996, green: 0.796, blue: 0.663)
/* Android */
Color.parseColor("#fecba9")Accessibility — WCAG contrast
Aa
#fecba9 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecba9 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green79.6%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow33.5%
Key (black)0.4%
Color previews
#fecba9 text on a black background
contrast 14.33:1
Card sample
#fecba9 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecba9;
Background color
Panel with #fecba9 background
background-color: #fecba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 203, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 203, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecba9; background: linear-gradient(135deg, #fecba9, #F8FEA9);