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