#fdeddf
a pale, electric orange · warm · closest name: ivory
RGB
253, 237, 223
HSL
28°, 88%, 93%
CMYK
0, 6, 12, 1
Luminance
0.8678
Every format
| HEX | #fdeddf |
| RGB | rgb(253, 237, 223) |
| HSL | hsl(28, 88%, 93%) |
| CMYK | cmyk(0%, 6%, 12%, 1%) |
| LAB | lab(94.6 3.1 8.7) |
| LCH | lch(94.6 9.3 70.3) |
| OKLCH | oklch(0.955 0.025 63.7) |
Copy-ready code
/* CSS */
color: #fdeddf;
background-color: #fdeddf;
/* Tailwind (arbitrary) */
class="text-[#fdeddf] bg-[#fdeddf]"
/* SCSS */
$brand: #fdeddf;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#fdeddf")Accessibility — WCAG contrast
Aa
#fdeddf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeddf on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow11.9%
Key (black)0.8%
Color previews
#fdeddf text on a black background
contrast 18.36:1
Card sample
#fdeddf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeddf;
Background color
Panel with #fdeddf background
background-color: #fdeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeddf; background: linear-gradient(135deg, #fdeddf, #F9FDDF);