#fee7fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 231, 253
HSL
303°, 92%, 95%
CMYK
0, 9, 0, 0
Luminance
0.8531
Every format
| HEX | #fee7fd |
| RGB | rgb(254, 231, 253) |
| HSL | hsl(303, 92%, 95%) |
| CMYK | cmyk(0%, 9%, 0%, 0%) |
| LAB | lab(94.0 11.6 -7.8) |
| LCH | lch(94.0 13.9 326.1) |
| OKLCH | oklch(0.953 0.038 327.2) |
Copy-ready code
/* CSS */
color: #fee7fd;
background-color: #fee7fd;
/* Tailwind (arbitrary) */
class="text-[#fee7fd] bg-[#fee7fd]"
/* SCSS */
$brand: #fee7fd;
/* SwiftUI */
Color(red: 0.996, green: 0.906, blue: 0.992)
/* Android */
Color.parseColor("#fee7fd")Accessibility — WCAG contrast
Aa
#fee7fd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee7fd on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green90.6%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow0.4%
Key (black)0.4%
Color previews
#fee7fd text on a black background
contrast 18.06:1
Card sample
#fee7fd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee7fd;
Background color
Panel with #fee7fd background
background-color: #fee7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 231, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 231, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee7fd; background: linear-gradient(135deg, #fee7fd, #FEE7EE);