#fee3da
a pale, electric orange · warm · closest name: ivory
RGB
254, 227, 218
HSL
15°, 95%, 93%
CMYK
0, 11, 14, 0
Luminance
0.8107
Every format
| HEX | #fee3da |
| RGB | rgb(254, 227, 218) |
| HSL | hsl(15, 95%, 93%) |
| CMYK | cmyk(0%, 11%, 14%, 0%) |
| LAB | lab(92.2 7.8 7.8) |
| LCH | lch(92.2 11.0 44.9) |
| OKLCH | oklch(0.935 0.032 39.3) |
Copy-ready code
/* CSS */
color: #fee3da;
background-color: #fee3da;
/* Tailwind (arbitrary) */
class="text-[#fee3da] bg-[#fee3da]"
/* SCSS */
$brand: #fee3da;
/* SwiftUI */
Color(red: 0.996, green: 0.890, blue: 0.855)
/* Android */
Color.parseColor("#fee3da")Accessibility — WCAG contrast
Aa
#fee3da on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee3da on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow14.2%
Key (black)0.4%
Color previews
#fee3da text on a black background
contrast 17.21:1
Card sample
#fee3da text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee3da;
Background color
Panel with #fee3da background
background-color: #fee3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 227, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 227, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee3da; background: linear-gradient(135deg, #fee3da, #FEFBDA);