#fcdee6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 222, 230
HSL
344°, 83%, 93%
CMYK
0, 12, 9, 1
Luminance
0.7865
Every format
| HEX | #fcdee6 |
| RGB | rgb(252, 222, 230) |
| HSL | hsl(344, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 9%, 1%) |
| LAB | lab(91.1 11.6 -0.1) |
| LCH | lch(91.1 11.6 359.5) |
| OKLCH | oklch(0.927 0.035 359.8) |
Copy-ready code
/* CSS */
color: #fcdee6;
background-color: #fcdee6;
/* Tailwind (arbitrary) */
class="text-[#fcdee6] bg-[#fcdee6]"
/* SCSS */
$brand: #fcdee6;
/* SwiftUI */
Color(red: 0.988, green: 0.871, blue: 0.902)
/* Android */
Color.parseColor("#fcdee6")Accessibility — WCAG contrast
Aa
#fcdee6 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdee6 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.1%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow8.7%
Key (black)1.2%
Color previews
#fcdee6 text on a black background
contrast 16.73:1
Card sample
#fcdee6 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdee6;
Background color
Panel with #fcdee6 background
background-color: #fcdee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 222, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 222, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdee6; background: linear-gradient(135deg, #fcdee6, #FCEADE);