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