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