#fcdbf1
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 219, 241
HSL
320°, 85%, 92%
CMYK
0, 13, 4, 1
Luminance
0.7771
Every format
| HEX | #fcdbf1 |
| RGB | rgb(252, 219, 241) |
| HSL | hsl(320, 85%, 92%) |
| CMYK | cmyk(0%, 13%, 4%, 1%) |
| LAB | lab(90.7 15.0 -6.5) |
| LCH | lch(90.7 16.4 336.6) |
| OKLCH | oklch(0.925 0.046 338.2) |
Copy-ready code
/* CSS */
color: #fcdbf1;
background-color: #fcdbf1;
/* Tailwind (arbitrary) */
class="text-[#fcdbf1] bg-[#fcdbf1]"
/* SCSS */
$brand: #fcdbf1;
/* SwiftUI */
Color(red: 0.988, green: 0.859, blue: 0.945)
/* Android */
Color.parseColor("#fcdbf1")Accessibility — WCAG contrast
Aa
#fcdbf1 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdbf1 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.9%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow4.4%
Key (black)1.2%
Color previews
#fcdbf1 text on a black background
contrast 16.54:1
Card sample
#fcdbf1 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdbf1;
Background color
Panel with #fcdbf1 background
background-color: #fcdbf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdbf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 219, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 219, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdbf1; background: linear-gradient(135deg, #fcdbf1, #FCDBDB);