#fee9cf
a pale, electric orange · warm · closest name: beige
RGB
254, 233, 207
HSL
33°, 96%, 90%
CMYK
0, 8, 19, 0
Luminance
0.8385
Every format
| HEX | #fee9cf |
| RGB | rgb(254, 233, 207) |
| HSL | hsl(33, 96%, 90%) |
| CMYK | cmyk(0%, 8%, 19%, 0%) |
| LAB | lab(93.4 3.1 15.2) |
| LCH | lch(93.4 15.5 78.6) |
| OKLCH | oklch(0.944 0.041 73.2) |
Copy-ready code
/* CSS */
color: #fee9cf;
background-color: #fee9cf;
/* Tailwind (arbitrary) */
class="text-[#fee9cf] bg-[#fee9cf]"
/* SCSS */
$brand: #fee9cf;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.812)
/* Android */
Color.parseColor("#fee9cf")Accessibility — WCAG contrast
Aa
#fee9cf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee9cf on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow18.5%
Key (black)0.4%
Color previews
#fee9cf text on a black background
contrast 17.77:1
Card sample
#fee9cf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee9cf;
Background color
Panel with #fee9cf background
background-color: #fee9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee9cf; background: linear-gradient(135deg, #fee9cf, #F4FECF);