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