#fee2f7
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 226, 247
HSL
315°, 93%, 94%
CMYK
0, 11, 3, 0
Luminance
0.8218
Every format
| HEX | #fee2f7 |
| RGB | rgb(254, 226, 247) |
| HSL | hsl(315, 93%, 94%) |
| CMYK | cmyk(0%, 11%, 3%, 0%) |
| LAB | lab(92.7 13.1 -6.7) |
| LCH | lch(92.7 14.7 333.1) |
| OKLCH | oklch(0.942 0.041 334.6) |
Copy-ready code
/* CSS */
color: #fee2f7;
background-color: #fee2f7;
/* Tailwind (arbitrary) */
class="text-[#fee2f7] bg-[#fee2f7]"
/* SCSS */
$brand: #fee2f7;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.969)
/* Android */
Color.parseColor("#fee2f7")Accessibility — WCAG contrast
Aa
#fee2f7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2f7 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow2.8%
Key (black)0.4%
Color previews
#fee2f7 text on a black background
contrast 17.44:1
Card sample
#fee2f7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2f7;
Background color
Panel with #fee2f7 background
background-color: #fee2f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2f7; background: linear-gradient(135deg, #fee2f7, #FEE2E4);