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