#fcdecc
a pale, electric orange · warm · closest name: beige
RGB
252, 222, 204
HSL
23°, 89%, 89%
CMYK
0, 12, 19, 1
Luminance
0.7730
Every format
| HEX | #fcdecc |
| RGB | rgb(252, 222, 204) |
| HSL | hsl(23, 89%, 89%) |
| CMYK | cmyk(0%, 12%, 19%, 1%) |
| LAB | lab(90.5 7.6 12.6) |
| LCH | lch(90.5 14.7 59.0) |
| OKLCH | oklch(0.921 0.041 53.0) |
Copy-ready code
/* CSS */
color: #fcdecc;
background-color: #fcdecc;
/* Tailwind (arbitrary) */
class="text-[#fcdecc] bg-[#fcdecc]"
/* SCSS */
$brand: #fcdecc;
/* SwiftUI */
Color(red: 0.988, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#fcdecc")Accessibility — WCAG contrast
Aa
#fcdecc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdecc on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow19.0%
Key (black)1.2%
Color previews
#fcdecc text on a black background
contrast 16.46:1
Card sample
#fcdecc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdecc;
Background color
Panel with #fcdecc background
background-color: #fcdecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdecc; background: linear-gradient(135deg, #fcdecc, #FAFCCC);