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