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