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