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