#fcdfeb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 223, 235
HSL
335°, 83%, 93%
CMYK
0, 12, 7, 1
Luminance
0.7947
Every format
| HEX | #fcdfeb |
| RGB | rgb(252, 223, 235) |
| HSL | hsl(335, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 7%, 1%) |
| LAB | lab(91.5 11.9 -2.2) |
| LCH | lch(91.5 12.1 349.7) |
| OKLCH | oklch(0.931 0.035 350.9) |
Copy-ready code
/* CSS */
color: #fcdfeb;
background-color: #fcdfeb;
/* Tailwind (arbitrary) */
class="text-[#fcdfeb] bg-[#fcdfeb]"
/* SCSS */
$brand: #fcdfeb;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#fcdfeb")Accessibility — WCAG contrast
Aa
#fcdfeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfeb on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow6.7%
Key (black)1.2%
Color previews
#fcdfeb text on a black background
contrast 16.89:1
Card sample
#fcdfeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfeb;
Background color
Panel with #fcdfeb background
background-color: #fcdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfeb; background: linear-gradient(135deg, #fcdfeb, #FCE6DF);