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