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