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