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