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