#fee0ba
a pale, electric orange · warm · closest name: beige
RGB
254, 224, 186
HSL
34°, 97%, 86%
CMYK
0, 12, 27, 0
Luminance
0.7793
Every format
| HEX | #fee0ba |
| RGB | rgb(254, 224, 186) |
| HSL | hsl(34, 97%, 86%) |
| CMYK | cmyk(0%, 12%, 27%, 0%) |
| LAB | lab(90.8 4.8 22.4) |
| LCH | lch(90.8 22.9 78.0) |
| OKLCH | oklch(0.922 0.060 73.5) |
Copy-ready code
/* CSS */
color: #fee0ba;
background-color: #fee0ba;
/* Tailwind (arbitrary) */
class="text-[#fee0ba] bg-[#fee0ba]"
/* SCSS */
$brand: #fee0ba;
/* SwiftUI */
Color(red: 0.996, green: 0.878, blue: 0.729)
/* Android */
Color.parseColor("#fee0ba")Accessibility — WCAG contrast
Aa
#fee0ba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee0ba on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green87.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow26.8%
Key (black)0.4%
Color previews
#fee0ba text on a black background
contrast 16.59:1
Card sample
#fee0ba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee0ba;
Background color
Panel with #fee0ba background
background-color: #fee0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 224, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 224, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee0ba; background: linear-gradient(135deg, #fee0ba, #EFFEBA);