#fde9da
a pale, electric orange · warm · closest name: beige
RGB
253, 233, 218
HSL
26°, 90%, 92%
CMYK
0, 8, 14, 1
Luminance
0.8422
Every format
| HEX | #fde9da |
| RGB | rgb(253, 233, 218) |
| HSL | hsl(26, 90%, 92%) |
| CMYK | cmyk(0%, 8%, 14%, 1%) |
| LAB | lab(93.5 4.4 9.7) |
| LCH | lch(93.5 10.7 65.8) |
| OKLCH | oklch(0.946 0.030 59.3) |
Copy-ready code
/* CSS */
color: #fde9da;
background-color: #fde9da;
/* Tailwind (arbitrary) */
class="text-[#fde9da] bg-[#fde9da]"
/* SCSS */
$brand: #fde9da;
/* SwiftUI */
Color(red: 0.992, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#fde9da")Accessibility — WCAG contrast
Aa
#fde9da on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde9da on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green91.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow13.8%
Key (black)0.8%
Color previews
#fde9da text on a black background
contrast 17.84:1
Card sample
#fde9da text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde9da;
Background color
Panel with #fde9da background
background-color: #fde9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde9da; background: linear-gradient(135deg, #fde9da, #FAFDDA);