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