#fee0cf
a pale, electric orange · warm · closest name: beige
RGB
254, 224, 207
HSL
22°, 96%, 90%
CMYK
0, 12, 19, 0
Luminance
0.7889
Every format
| HEX | #fee0cf |
| RGB | rgb(254, 224, 207) |
| HSL | hsl(22, 96%, 90%) |
| CMYK | cmyk(0%, 12%, 19%, 0%) |
| LAB | lab(91.2 7.7 12.1) |
| LCH | lch(91.2 14.3 57.6) |
| OKLCH | oklch(0.927 0.040 51.5) |
Copy-ready code
/* CSS */
color: #fee0cf;
background-color: #fee0cf;
/* Tailwind (arbitrary) */
class="text-[#fee0cf] bg-[#fee0cf]"
/* SCSS */
$brand: #fee0cf;
/* SwiftUI */
Color(red: 0.996, green: 0.878, blue: 0.812)
/* Android */
Color.parseColor("#fee0cf")Accessibility — WCAG contrast
Aa
#fee0cf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee0cf on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green87.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow18.5%
Key (black)0.4%
Color previews
#fee0cf text on a black background
contrast 16.78:1
Card sample
#fee0cf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee0cf;
Background color
Panel with #fee0cf background
background-color: #fee0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 224, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 224, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee0cf; background: linear-gradient(135deg, #fee0cf, #FDFECF);