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