#fcd9e0
a pale, electric red · warm · closest name: pink
RGB
252, 217, 224
HSL
348°, 85%, 92%
CMYK
0, 14, 11, 1
Luminance
0.7570
Every format
| HEX | #fcd9e0 |
| RGB | rgb(252, 217, 224) |
| HSL | hsl(348, 85%, 92%) |
| CMYK | cmyk(0%, 14%, 11%, 1%) |
| LAB | lab(89.7 13.2 1.1) |
| LCH | lch(89.7 13.3 4.6) |
| OKLCH | oklch(0.916 0.040 4.3) |
Copy-ready code
/* CSS */
color: #fcd9e0;
background-color: #fcd9e0;
/* Tailwind (arbitrary) */
class="text-[#fcd9e0] bg-[#fcd9e0]"
/* SCSS */
$brand: #fcd9e0;
/* SwiftUI */
Color(red: 0.988, green: 0.851, blue: 0.878)
/* Android */
Color.parseColor("#fcd9e0")Accessibility — WCAG contrast
Aa
#fcd9e0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd9e0 on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.1%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow11.1%
Key (black)1.2%
Color previews
#fcd9e0 text on a black background
contrast 16.14:1
Card sample
#fcd9e0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd9e0;
Background color
Panel with #fcd9e0 background
background-color: #fcd9e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd9e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 217, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 217, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd9e0; background: linear-gradient(135deg, #fcd9e0, #FCE9D9);