#fee0db
a pale, electric red · warm · closest name: white
RGB
254, 224, 219
HSL
9°, 95%, 93%
CMYK
0, 12, 14, 0
Luminance
0.7950
Every format
| HEX | #fee0db |
| RGB | rgb(254, 224, 219) |
| HSL | hsl(9, 95%, 93%) |
| CMYK | cmyk(0%, 12%, 14%, 0%) |
| LAB | lab(91.5 9.5 6.2) |
| LCH | lch(91.5 11.4 33.2) |
| OKLCH | oklch(0.930 0.034 29.0) |
Copy-ready code
/* CSS */
color: #fee0db;
background-color: #fee0db;
/* Tailwind (arbitrary) */
class="text-[#fee0db] bg-[#fee0db]"
/* SCSS */
$brand: #fee0db;
/* SwiftUI */
Color(red: 0.996, green: 0.878, blue: 0.859)
/* Android */
Color.parseColor("#fee0db")Accessibility — WCAG contrast
Aa
#fee0db on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee0db on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green87.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow13.8%
Key (black)0.4%
Color previews
#fee0db text on a black background
contrast 16.90:1
Card sample
#fee0db text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee0db;
Background color
Panel with #fee0db background
background-color: #fee0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 224, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 224, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee0db; background: linear-gradient(135deg, #fee0db, #FEF7DB);