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