#feecf0
a pale, electric red · warm · closest name: white
RGB
254, 236, 240
HSL
347°, 90%, 96%
CMYK
0, 7, 6, 0
Luminance
0.8735
Every format
| HEX | #feecf0 |
| RGB | rgb(254, 236, 240) |
| HSL | hsl(347, 90%, 96%) |
| CMYK | cmyk(0%, 7%, 6%, 0%) |
| LAB | lab(94.9 6.8 0.3) |
| LCH | lch(94.9 6.8 2.2) |
| OKLCH | oklch(0.959 0.020 2.3) |
Copy-ready code
/* CSS */
color: #feecf0;
background-color: #feecf0;
/* Tailwind (arbitrary) */
class="text-[#feecf0] bg-[#feecf0]"
/* SCSS */
$brand: #feecf0;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.941)
/* Android */
Color.parseColor("#feecf0")Accessibility — WCAG contrast
Aa
#feecf0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecf0 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow5.5%
Key (black)0.4%
Color previews
#feecf0 text on a black background
contrast 18.47:1
Card sample
#feecf0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecf0;
Background color
Panel with #feecf0 background
background-color: #feecf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecf0; background: linear-gradient(135deg, #feecf0, #FEF4EC);