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