#fdedce
a pale, electric orange · warm · closest name: beige
RGB
253, 237, 206
HSL
40°, 92%, 90%
CMYK
0, 6, 19, 1
Luminance
0.8591
Every format
| HEX | #fdedce |
| RGB | rgb(253, 237, 206) |
| HSL | hsl(40, 92%, 90%) |
| CMYK | cmyk(0%, 6%, 19%, 1%) |
| LAB | lab(94.3 0.5 17.0) |
| LCH | lch(94.3 17.0 88.2) |
| OKLCH | oklch(0.951 0.044 83.9) |
Copy-ready code
/* CSS */
color: #fdedce;
background-color: #fdedce;
/* Tailwind (arbitrary) */
class="text-[#fdedce] bg-[#fdedce]"
/* SCSS */
$brand: #fdedce;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.808)
/* Android */
Color.parseColor("#fdedce")Accessibility — WCAG contrast
Aa
#fdedce on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdedce on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow18.6%
Key (black)0.8%
Color previews
#fdedce text on a black background
contrast 18.18:1
Card sample
#fdedce text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdedce;
Background color
Panel with #fdedce background
background-color: #fdedce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdedce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdedce; background: linear-gradient(135deg, #fdedce, #EEFDCE);