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