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