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