#fcdfd5
a pale, electric orange · warm · closest name: beige
RGB
252, 223, 213
HSL
15°, 87%, 91%
CMYK
0, 12, 16, 1
Luminance
0.7827
Every format
| HEX | #fcdfd5 |
| RGB | rgb(252, 223, 213) |
| HSL | hsl(15, 87%, 91%) |
| CMYK | cmyk(0%, 12%, 16%, 1%) |
| LAB | lab(90.9 8.4 8.6) |
| LCH | lch(90.9 12.0 45.5) |
| OKLCH | oklch(0.925 0.035 40.0) |
Copy-ready code
/* CSS */
color: #fcdfd5;
background-color: #fcdfd5;
/* Tailwind (arbitrary) */
class="text-[#fcdfd5] bg-[#fcdfd5]"
/* SCSS */
$brand: #fcdfd5;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.835)
/* Android */
Color.parseColor("#fcdfd5")Accessibility — WCAG contrast
Aa
#fcdfd5 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfd5 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow15.5%
Key (black)1.2%
Color previews
#fcdfd5 text on a black background
contrast 16.65:1
Card sample
#fcdfd5 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfd5;
Background color
Panel with #fcdfd5 background
background-color: #fcdfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfd5; background: linear-gradient(135deg, #fcdfd5, #FCF9D5);