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