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