#fceefd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 238, 253
HSL
296°, 79%, 96%
CMYK
0, 6, 0, 1
Luminance
0.8894
Every format
| HEX | #fceefd |
| RGB | rgb(252, 238, 253) |
| HSL | hsl(296, 79%, 96%) |
| CMYK | cmyk(0%, 6%, 0%, 1%) |
| LAB | lab(95.5 7.3 -5.5) |
| LCH | lch(95.5 9.2 322.9) |
| OKLCH | oklch(0.964 0.025 323.8) |
Copy-ready code
/* CSS */
color: #fceefd;
background-color: #fceefd;
/* Tailwind (arbitrary) */
class="text-[#fceefd] bg-[#fceefd]"
/* SCSS */
$brand: #fceefd;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#fceefd")Accessibility — WCAG contrast
Aa
#fceefd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceefd on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#fceefd text on a black background
contrast 18.79:1
Card sample
#fceefd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceefd;
Background color
Panel with #fceefd background
background-color: #fceefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceefd; background: linear-gradient(135deg, #fceefd, #FDEEF4);