#fdeade
a pale, electric orange · warm · closest name: ivory
RGB
253, 234, 222
HSL
23°, 89%, 93%
CMYK
0, 8, 12, 1
Luminance
0.8500
Every format
| HEX | #fdeade |
| RGB | rgb(253, 234, 222) |
| HSL | hsl(23, 89%, 93%) |
| CMYK | cmyk(0%, 8%, 12%, 1%) |
| LAB | lab(93.9 4.5 8.2) |
| LCH | lch(93.9 9.3 61.1) |
| OKLCH | oklch(0.949 0.026 54.6) |
Copy-ready code
/* CSS */
color: #fdeade;
background-color: #fdeade;
/* Tailwind (arbitrary) */
class="text-[#fdeade] bg-[#fdeade]"
/* SCSS */
$brand: #fdeade;
/* SwiftUI */
Color(red: 0.992, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#fdeade")Accessibility — WCAG contrast
Aa
#fdeade on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeade on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green91.8%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow12.3%
Key (black)0.8%
Color previews
#fdeade text on a black background
contrast 18.00:1
Card sample
#fdeade text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeade;
Background color
Panel with #fdeade background
background-color: #fdeade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeade; background: linear-gradient(135deg, #fdeade, #FBFDDE);