#fdecd1
a pale, electric orange · warm · closest name: beige
RGB
253, 236, 209
HSL
37°, 92%, 91%
CMYK
0, 7, 17, 1
Luminance
0.8548
Every format
| HEX | #fdecd1 |
| RGB | rgb(253, 236, 209) |
| HSL | hsl(37, 92%, 91%) |
| CMYK | cmyk(0%, 7%, 17%, 1%) |
| LAB | lab(94.1 1.5 15.2) |
| LCH | lch(94.1 15.2 84.4) |
| OKLCH | oklch(0.950 0.040 79.5) |
Copy-ready code
/* CSS */
color: #fdecd1;
background-color: #fdecd1;
/* Tailwind (arbitrary) */
class="text-[#fdecd1] bg-[#fdecd1]"
/* SCSS */
$brand: #fdecd1;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.820)
/* Android */
Color.parseColor("#fdecd1")Accessibility — WCAG contrast
Aa
#fdecd1 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecd1 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow17.4%
Key (black)0.8%
Color previews
#fdecd1 text on a black background
contrast 18.10:1
Card sample
#fdecd1 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecd1;
Background color
Panel with #fdecd1 background
background-color: #fdecd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecd1; background: linear-gradient(135deg, #fdecd1, #F1FDD1);