#fcdecf
a pale, electric orange · warm · closest name: beige
RGB
252, 222, 207
HSL
20°, 88%, 90%
CMYK
0, 12, 18, 1
Luminance
0.7744
Every format
| HEX | #fcdecf |
| RGB | rgb(252, 222, 207) |
| HSL | hsl(20, 88%, 90%) |
| CMYK | cmyk(0%, 12%, 18%, 1%) |
| LAB | lab(90.5 8.0 11.2) |
| LCH | lch(90.5 13.7 54.3) |
| OKLCH | oklch(0.921 0.039 48.3) |
Copy-ready code
/* CSS */
color: #fcdecf;
background-color: #fcdecf;
/* Tailwind (arbitrary) */
class="text-[#fcdecf] bg-[#fcdecf]"
/* SCSS */
$brand: #fcdecf;
/* SwiftUI */
Color(red: 0.988, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#fcdecf")Accessibility — WCAG contrast
Aa
#fcdecf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdecf on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow17.9%
Key (black)1.2%
Color previews
#fcdecf text on a black background
contrast 16.49:1
Card sample
#fcdecf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdecf;
Background color
Panel with #fcdecf background
background-color: #fcdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdecf; background: linear-gradient(135deg, #fcdecf, #FCFCCF);