#fdeee7
a pale, electric orange · warm · closest name: ivory
RGB
253, 238, 231
HSL
19°, 85%, 95%
CMYK
0, 6, 9, 1
Luminance
0.8780
Every format
| HEX | #fdeee7 |
| RGB | rgb(253, 238, 231) |
| HSL | hsl(19, 85%, 95%) |
| CMYK | cmyk(0%, 6%, 9%, 1%) |
| LAB | lab(95.1 3.9 5.2) |
| LCH | lch(95.1 6.5 53.2) |
| OKLCH | oklch(0.959 0.019 46.8) |
Copy-ready code
/* CSS */
color: #fdeee7;
background-color: #fdeee7;
/* Tailwind (arbitrary) */
class="text-[#fdeee7] bg-[#fdeee7]"
/* SCSS */
$brand: #fdeee7;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#fdeee7")Accessibility — WCAG contrast
Aa
#fdeee7 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeee7 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow8.7%
Key (black)0.8%
Color previews
#fdeee7 text on a black background
contrast 18.56:1
Card sample
#fdeee7 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeee7;
Background color
Panel with #fdeee7 background
background-color: #fdeee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeee7; background: linear-gradient(135deg, #fdeee7, #FDFDE7);