#feefec
a pale, electric red · warm · closest name: white
RGB
254, 239, 236
HSL
10°, 90%, 96%
CMYK
0, 6, 7, 0
Luminance
0.8886
Every format
| HEX | #feefec |
| RGB | rgb(254, 239, 236) |
| HSL | hsl(10, 90%, 96%) |
| CMYK | cmyk(0%, 6%, 7%, 0%) |
| LAB | lab(95.5 4.5 3.3) |
| LCH | lch(95.5 5.6 35.6) |
| OKLCH | oklch(0.963 0.017 31.1) |
Copy-ready code
/* CSS */
color: #feefec;
background-color: #feefec;
/* Tailwind (arbitrary) */
class="text-[#feefec] bg-[#feefec]"
/* SCSS */
$brand: #feefec;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#feefec")Accessibility — WCAG contrast
Aa
#feefec on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feefec on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow7.1%
Key (black)0.4%
Color previews
#feefec text on a black background
contrast 18.77:1
Card sample
#feefec text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feefec;
Background color
Panel with #feefec background
background-color: #feefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feefec; background: linear-gradient(135deg, #feefec, #FEFBEC);