#fee2da
a pale, electric red · warm · closest name: ivory
RGB
254, 226, 218
HSL
13°, 95%, 93%
CMYK
0, 11, 14, 0
Luminance
0.8053
Every format
| HEX | #fee2da |
| RGB | rgb(254, 226, 218) |
| HSL | hsl(13, 95%, 93%) |
| CMYK | cmyk(0%, 11%, 14%, 0%) |
| LAB | lab(91.9 8.3 7.4) |
| LCH | lch(91.9 11.2 41.7) |
| OKLCH | oklch(0.933 0.033 36.5) |
Copy-ready code
/* CSS */
color: #fee2da;
background-color: #fee2da;
/* Tailwind (arbitrary) */
class="text-[#fee2da] bg-[#fee2da]"
/* SCSS */
$brand: #fee2da;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.855)
/* Android */
Color.parseColor("#fee2da")Accessibility — WCAG contrast
Aa
#fee2da on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2da on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow14.2%
Key (black)0.4%
Color previews
#fee2da text on a black background
contrast 17.11:1
Card sample
#fee2da text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2da;
Background color
Panel with #fee2da background
background-color: #fee2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2da; background: linear-gradient(135deg, #fee2da, #FEFADA);