#fdeee4
a pale, electric orange · warm · closest name: ivory
RGB
253, 238, 228
HSL
24°, 86%, 94%
CMYK
0, 6, 10, 1
Luminance
0.8763
Every format
| HEX | #fdeee4 |
| RGB | rgb(253, 238, 228) |
| HSL | hsl(24, 86%, 94%) |
| CMYK | cmyk(0%, 6%, 10%, 1%) |
| LAB | lab(95.0 3.4 6.7) |
| LCH | lch(95.0 7.5 62.9) |
| OKLCH | oklch(0.958 0.021 56.1) |
Copy-ready code
/* CSS */
color: #fdeee4;
background-color: #fdeee4;
/* Tailwind (arbitrary) */
class="text-[#fdeee4] bg-[#fdeee4]"
/* SCSS */
$brand: #fdeee4;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.894)
/* Android */
Color.parseColor("#fdeee4")Accessibility — WCAG contrast
Aa
#fdeee4 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeee4 on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow9.9%
Key (black)0.8%
Color previews
#fdeee4 text on a black background
contrast 18.53:1
Card sample
#fdeee4 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeee4;
Background color
Panel with #fdeee4 background
background-color: #fdeee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeee4; background: linear-gradient(135deg, #fdeee4, #FBFDE4);