#fddecf
a pale, electric orange · warm · closest name: beige
RGB
253, 222, 207
HSL
20°, 92%, 90%
CMYK
0, 12, 18, 1
Luminance
0.7763
Every format
| HEX | #fddecf |
| RGB | rgb(253, 222, 207) |
| HSL | hsl(20, 92%, 90%) |
| CMYK | cmyk(0%, 12%, 18%, 1%) |
| LAB | lab(90.6 8.4 11.3) |
| LCH | lch(90.6 14.1 53.4) |
| OKLCH | oklch(0.922 0.040 47.5) |
Copy-ready code
/* CSS */
color: #fddecf;
background-color: #fddecf;
/* Tailwind (arbitrary) */
class="text-[#fddecf] bg-[#fddecf]"
/* SCSS */
$brand: #fddecf;
/* SwiftUI */
Color(red: 0.992, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#fddecf")Accessibility — WCAG contrast
Aa
#fddecf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddecf on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow18.2%
Key (black)0.8%
Color previews
#fddecf text on a black background
contrast 16.53:1
Card sample
#fddecf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddecf;
Background color
Panel with #fddecf background
background-color: #fddecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddecf; background: linear-gradient(135deg, #fddecf, #FDFDCF);