#fee2f4
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 226, 244
HSL
321°, 93%, 94%
CMYK
0, 11, 4, 0
Luminance
0.8200
Every format
| HEX | #fee2f4 |
| RGB | rgb(254, 226, 244) |
| HSL | hsl(321, 93%, 94%) |
| CMYK | cmyk(0%, 11%, 4%, 0%) |
| LAB | lab(92.6 12.6 -5.2) |
| LCH | lch(92.6 13.6 337.5) |
| OKLCH | oklch(0.941 0.038 339.1) |
Copy-ready code
/* CSS */
color: #fee2f4;
background-color: #fee2f4;
/* Tailwind (arbitrary) */
class="text-[#fee2f4] bg-[#fee2f4]"
/* SCSS */
$brand: #fee2f4;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.957)
/* Android */
Color.parseColor("#fee2f4")Accessibility — WCAG contrast
Aa
#fee2f4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2f4 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow3.9%
Key (black)0.4%
Color previews
#fee2f4 text on a black background
contrast 17.40:1
Card sample
#fee2f4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2f4;
Background color
Panel with #fee2f4 background
background-color: #fee2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2f4; background: linear-gradient(135deg, #fee2f4, #FEE3E2);