#fdecda
a pale, electric orange · warm · closest name: beige
RGB
253, 236, 218
HSL
31°, 90%, 92%
CMYK
0, 7, 14, 1
Luminance
0.8594
Every format
| HEX | #fdecda |
| RGB | rgb(253, 236, 218) |
| HSL | hsl(31, 90%, 92%) |
| CMYK | cmyk(0%, 7%, 14%, 1%) |
| LAB | lab(94.3 2.9 10.8) |
| LCH | lch(94.3 11.2 75.2) |
| OKLCH | oklch(0.952 0.030 69.0) |
Copy-ready code
/* CSS */
color: #fdecda;
background-color: #fdecda;
/* Tailwind (arbitrary) */
class="text-[#fdecda] bg-[#fdecda]"
/* SCSS */
$brand: #fdecda;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.855)
/* Android */
Color.parseColor("#fdecda")Accessibility — WCAG contrast
Aa
#fdecda on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecda on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow13.8%
Key (black)0.8%
Color previews
#fdecda text on a black background
contrast 18.19:1
Card sample
#fdecda text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecda;
Background color
Panel with #fdecda background
background-color: #fdecda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecda; background: linear-gradient(135deg, #fdecda, #F7FDDA);