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