#fcdfd8
a pale, electric red · warm · closest name: ivory
RGB
252, 223, 216
HSL
12°, 86%, 92%
CMYK
0, 12, 14, 1
Luminance
0.7843
Every format
| HEX | #fcdfd8 |
| RGB | rgb(252, 223, 216) |
| HSL | hsl(12, 86%, 92%) |
| CMYK | cmyk(0%, 12%, 14%, 1%) |
| LAB | lab(91.0 8.9 7.1) |
| LCH | lch(91.0 11.3 38.6) |
| OKLCH | oklch(0.926 0.034 33.8) |
Copy-ready code
/* CSS */
color: #fcdfd8;
background-color: #fcdfd8;
/* Tailwind (arbitrary) */
class="text-[#fcdfd8] bg-[#fcdfd8]"
/* SCSS */
$brand: #fcdfd8;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.847)
/* Android */
Color.parseColor("#fcdfd8")Accessibility — WCAG contrast
Aa
#fcdfd8 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfd8 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow14.3%
Key (black)1.2%
Color previews
#fcdfd8 text on a black background
contrast 16.69:1
Card sample
#fcdfd8 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfd8;
Background color
Panel with #fcdfd8 background
background-color: #fcdfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfd8; background: linear-gradient(135deg, #fcdfd8, #FCF7D8);