#fee8df
a pale, electric orange · warm · closest name: ivory
RGB
254, 232, 223
HSL
17°, 94%, 94%
CMYK
0, 9, 12, 0
Luminance
0.8411
Every format
| HEX | #fee8df |
| RGB | rgb(254, 232, 223) |
| HSL | hsl(17, 94%, 94%) |
| CMYK | cmyk(0%, 9%, 12%, 0%) |
| LAB | lab(93.5 6.0 7.1) |
| LCH | lch(93.5 9.3 49.6) |
| OKLCH | oklch(0.946 0.027 43.7) |
Copy-ready code
/* CSS */
color: #fee8df;
background-color: #fee8df;
/* Tailwind (arbitrary) */
class="text-[#fee8df] bg-[#fee8df]"
/* SCSS */
$brand: #fee8df;
/* SwiftUI */
Color(red: 0.996, green: 0.910, blue: 0.875)
/* Android */
Color.parseColor("#fee8df")Accessibility — WCAG contrast
Aa
#fee8df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee8df on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow12.2%
Key (black)0.4%
Color previews
#fee8df text on a black background
contrast 17.82:1
Card sample
#fee8df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee8df;
Background color
Panel with #fee8df background
background-color: #fee8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 232, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 232, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee8df; background: linear-gradient(135deg, #fee8df, #FEFDDF);