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