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