#fee5ee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 229, 238
HSL
338°, 93%, 95%
CMYK
0, 10, 6, 0
Luminance
0.8328
Every format
| HEX | #fee5ee |
| RGB | rgb(254, 229, 238) |
| HSL | hsl(338, 93%, 95%) |
| CMYK | cmyk(0%, 10%, 6%, 0%) |
| LAB | lab(93.1 10.0 -1.3) |
| LCH | lch(93.1 10.1 352.9) |
| OKLCH | oklch(0.945 0.030 353.9) |
Copy-ready code
/* CSS */
color: #fee5ee;
background-color: #fee5ee;
/* Tailwind (arbitrary) */
class="text-[#fee5ee] bg-[#fee5ee]"
/* SCSS */
$brand: #fee5ee;
/* SwiftUI */
Color(red: 0.996, green: 0.898, blue: 0.933)
/* Android */
Color.parseColor("#fee5ee")Accessibility — WCAG contrast
Aa
#fee5ee on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee5ee on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow6.3%
Key (black)0.4%
Color previews
#fee5ee text on a black background
contrast 17.66:1
Card sample
#fee5ee text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee5ee;
Background color
Panel with #fee5ee background
background-color: #fee5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 229, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 229, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee5ee; background: linear-gradient(135deg, #fee5ee, #FEEDE5);