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