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