#fcecfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 236, 253
HSL
297°, 81%, 96%
CMYK
0, 7, 0, 1
Luminance
0.8778
Every format
| HEX | #fcecfd |
| RGB | rgb(252, 236, 253) |
| HSL | hsl(297, 81%, 96%) |
| CMYK | cmyk(0%, 7%, 0%, 1%) |
| LAB | lab(95.1 8.3 -6.2) |
| LCH | lch(95.1 10.4 323.2) |
| OKLCH | oklch(0.961 0.028 324.0) |
Copy-ready code
/* CSS */
color: #fcecfd;
background-color: #fcecfd;
/* Tailwind (arbitrary) */
class="text-[#fcecfd] bg-[#fcecfd]"
/* SCSS */
$brand: #fcecfd;
/* SwiftUI */
Color(red: 0.988, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#fcecfd")Accessibility — WCAG contrast
Aa
#fcecfd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcecfd on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.5%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#fcecfd text on a black background
contrast 18.56:1
Card sample
#fcecfd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcecfd;
Background color
Panel with #fcecfd background
background-color: #fcecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcecfd; background: linear-gradient(135deg, #fcecfd, #FDECF3);