#fdeee0
a pale, electric orange · warm · closest name: ivory
RGB
253, 238, 224
HSL
29°, 88%, 94%
CMYK
0, 6, 12, 1
Luminance
0.8741
Every format
| HEX | #fdeee0 |
| RGB | rgb(253, 238, 224) |
| HSL | hsl(29, 88%, 94%) |
| CMYK | cmyk(0%, 6%, 12%, 1%) |
| LAB | lab(94.9 2.8 8.6) |
| LCH | lch(94.9 9.0 72.1) |
| OKLCH | oklch(0.957 0.025 65.6) |
Copy-ready code
/* CSS */
color: #fdeee0;
background-color: #fdeee0;
/* Tailwind (arbitrary) */
class="text-[#fdeee0] bg-[#fdeee0]"
/* SCSS */
$brand: #fdeee0;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#fdeee0")Accessibility — WCAG contrast
Aa
#fdeee0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeee0 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow11.5%
Key (black)0.8%
Color previews
#fdeee0 text on a black background
contrast 18.48:1
Card sample
#fdeee0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeee0;
Background color
Panel with #fdeee0 background
background-color: #fdeee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeee0; background: linear-gradient(135deg, #fdeee0, #F9FDE0);