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