#fee2ce
a pale, electric orange · warm · closest name: beige
RGB
254, 226, 206
HSL
25°, 96%, 90%
CMYK
0, 11, 19, 0
Luminance
0.7992
Every format
| HEX | #fee2ce |
| RGB | rgb(254, 226, 206) |
| HSL | hsl(25, 96%, 90%) |
| CMYK | cmyk(0%, 11%, 19%, 0%) |
| LAB | lab(91.7 6.5 13.3) |
| LCH | lch(91.7 14.8 63.9) |
| OKLCH | oklch(0.930 0.041 57.7) |
Copy-ready code
/* CSS */
color: #fee2ce;
background-color: #fee2ce;
/* Tailwind (arbitrary) */
class="text-[#fee2ce] bg-[#fee2ce]"
/* SCSS */
$brand: #fee2ce;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.808)
/* Android */
Color.parseColor("#fee2ce")Accessibility — WCAG contrast
Aa
#fee2ce on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2ce on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow18.9%
Key (black)0.4%
Color previews
#fee2ce text on a black background
contrast 16.98:1
Card sample
#fee2ce text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2ce;
Background color
Panel with #fee2ce background
background-color: #fee2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2ce; background: linear-gradient(135deg, #fee2ce, #FAFECE);