#feceb3
a light, electric orange · warm · closest name: tan
RGB
254, 206, 179
HSL
22°, 97%, 85%
CMYK
0, 19, 30, 0
Luminance
0.6847
Every format
| HEX | #feceb3 |
| RGB | rgb(254, 206, 179) |
| HSL | hsl(22, 97%, 85%) |
| CMYK | cmyk(0%, 19%, 30%, 0%) |
| LAB | lab(86.2 13.2 19.8) |
| LCH | lch(86.2 23.8 56.5) |
| OKLCH | oklch(0.886 0.066 50.9) |
Copy-ready code
/* CSS */
color: #feceb3;
background-color: #feceb3;
/* Tailwind (arbitrary) */
class="text-[#feceb3] bg-[#feceb3]"
/* SCSS */
$brand: #feceb3;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#feceb3")Accessibility — WCAG contrast
Aa
#feceb3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feceb3 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow29.5%
Key (black)0.4%
Color previews
#feceb3 text on a black background
contrast 14.69:1
Card sample
#feceb3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feceb3;
Background color
Panel with #feceb3 background
background-color: #feceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feceb3; background: linear-gradient(135deg, #feceb3, #FCFEB3);