#fcdfd1
a pale, electric orange · warm · closest name: beige
RGB
252, 223, 209
HSL
20°, 88%, 90%
CMYK
0, 12, 17, 1
Luminance
0.7807
Every format
| HEX | #fcdfd1 |
| RGB | rgb(252, 223, 209) |
| HSL | hsl(20, 88%, 90%) |
| CMYK | cmyk(0%, 12%, 17%, 1%) |
| LAB | lab(90.8 7.8 10.5) |
| LCH | lch(90.8 13.1 53.5) |
| OKLCH | oklch(0.924 0.037 47.4) |
Copy-ready code
/* CSS */
color: #fcdfd1;
background-color: #fcdfd1;
/* Tailwind (arbitrary) */
class="text-[#fcdfd1] bg-[#fcdfd1]"
/* SCSS */
$brand: #fcdfd1;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.820)
/* Android */
Color.parseColor("#fcdfd1")Accessibility — WCAG contrast
Aa
#fcdfd1 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfd1 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow17.1%
Key (black)1.2%
Color previews
#fcdfd1 text on a black background
contrast 16.61:1
Card sample
#fcdfd1 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfd1;
Background color
Panel with #fcdfd1 background
background-color: #fcdfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfd1; background: linear-gradient(135deg, #fcdfd1, #FCFCD1);