#fee9eb
a pale, electric red · warm · closest name: white
RGB
254, 233, 235
HSL
354°, 91%, 96%
CMYK
0, 8, 8, 0
Luminance
0.8535
Every format
| HEX | #fee9eb |
| RGB | rgb(254, 233, 235) |
| HSL | hsl(354, 91%, 96%) |
| CMYK | cmyk(0%, 8%, 8%, 0%) |
| LAB | lab(94.0 7.5 1.6) |
| LCH | lch(94.0 7.6 12.2) |
| OKLCH | oklch(0.951 0.023 11.0) |
Copy-ready code
/* CSS */
color: #fee9eb;
background-color: #fee9eb;
/* Tailwind (arbitrary) */
class="text-[#fee9eb] bg-[#fee9eb]"
/* SCSS */
$brand: #fee9eb;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.922)
/* Android */
Color.parseColor("#fee9eb")Accessibility — WCAG contrast
Aa
#fee9eb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee9eb on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow7.5%
Key (black)0.4%
Color previews
#fee9eb text on a black background
contrast 18.07:1
Card sample
#fee9eb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee9eb;
Background color
Panel with #fee9eb background
background-color: #fee9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee9eb; background: linear-gradient(135deg, #fee9eb, #FEF5E9);