#feceb9
a pale, electric orange · warm · closest name: tan
RGB
254, 206, 185
HSL
18°, 97%, 86%
CMYK
0, 19, 27, 0
Luminance
0.6872
Every format
| HEX | #feceb9 |
| RGB | rgb(254, 206, 185) |
| HSL | hsl(18, 97%, 86%) |
| CMYK | cmyk(0%, 19%, 27%, 0%) |
| LAB | lab(86.4 13.9 16.9) |
| LCH | lch(86.4 21.9 50.4) |
| OKLCH | oklch(0.888 0.062 44.9) |
Copy-ready code
/* CSS */
color: #feceb9;
background-color: #feceb9;
/* Tailwind (arbitrary) */
class="text-[#feceb9] bg-[#feceb9]"
/* SCSS */
$brand: #feceb9;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.725)
/* Android */
Color.parseColor("#feceb9")Accessibility — WCAG contrast
Aa
#feceb9 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feceb9 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow27.2%
Key (black)0.4%
Color previews
#feceb9 text on a black background
contrast 14.74:1
Card sample
#feceb9 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feceb9;
Background color
Panel with #feceb9 background
background-color: #feceb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feceb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feceb9; background: linear-gradient(135deg, #feceb9, #FEFCB9);