#fee1eb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 225, 235
HSL
339°, 94%, 94%
CMYK
0, 11, 8, 0
Luminance
0.8092
Every format
| HEX | #fee1eb |
| RGB | rgb(254, 225, 235) |
| HSL | hsl(339, 94%, 94%) |
| CMYK | cmyk(0%, 11%, 8%, 0%) |
| LAB | lab(92.1 11.6 -1.2) |
| LCH | lch(92.1 11.6 354.0) |
| OKLCH | oklch(0.936 0.034 354.9) |
Copy-ready code
/* CSS */
color: #fee1eb;
background-color: #fee1eb;
/* Tailwind (arbitrary) */
class="text-[#fee1eb] bg-[#fee1eb]"
/* SCSS */
$brand: #fee1eb;
/* SwiftUI */
Color(red: 0.996, green: 0.882, blue: 0.922)
/* Android */
Color.parseColor("#fee1eb")Accessibility — WCAG contrast
Aa
#fee1eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee1eb on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow7.5%
Key (black)0.4%
Color previews
#fee1eb text on a black background
contrast 17.18:1
Card sample
#fee1eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee1eb;
Background color
Panel with #fee1eb background
background-color: #fee1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 225, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 225, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee1eb; background: linear-gradient(135deg, #fee1eb, #FEEAE1);