#fecba4
a light, electric orange · warm · closest name: tan
RGB
254, 203, 164
HSL
26°, 98%, 82%
CMYK
0, 20, 35, 0
Luminance
0.6646
Every format
| HEX | #fecba4 |
| RGB | rgb(254, 203, 164) |
| HSL | hsl(26, 98%, 82%) |
| CMYK | cmyk(0%, 20%, 35%, 0%) |
| LAB | lab(85.2 12.9 26.3) |
| LCH | lch(85.2 29.3 64.0) |
| OKLCH | oklch(0.877 0.077 58.9) |
Copy-ready code
/* CSS */
color: #fecba4;
background-color: #fecba4;
/* Tailwind (arbitrary) */
class="text-[#fecba4] bg-[#fecba4]"
/* SCSS */
$brand: #fecba4;
/* SwiftUI */
Color(red: 0.996, green: 0.796, blue: 0.643)
/* Android */
Color.parseColor("#fecba4")Accessibility — WCAG contrast
Aa
#fecba4 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecba4 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green79.6%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow35.4%
Key (black)0.4%
Color previews
#fecba4 text on a black background
contrast 14.29:1
Card sample
#fecba4 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecba4;
Background color
Panel with #fecba4 background
background-color: #fecba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 203, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 203, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecba4; background: linear-gradient(135deg, #fecba4, #F5FEA4);