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