#fcdaeb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 218, 235
HSL
330°, 85%, 92%
CMYK
0, 14, 7, 1
Luminance
0.7684
Every format
| HEX | #fcdaeb |
| RGB | rgb(252, 218, 235) |
| HSL | hsl(330, 85%, 92%) |
| CMYK | cmyk(0%, 14%, 7%, 1%) |
| LAB | lab(90.3 14.5 -4.0) |
| LCH | lch(90.3 15.1 344.8) |
| OKLCH | oklch(0.921 0.043 346.3) |
Copy-ready code
/* CSS */
color: #fcdaeb;
background-color: #fcdaeb;
/* Tailwind (arbitrary) */
class="text-[#fcdaeb] bg-[#fcdaeb]"
/* SCSS */
$brand: #fcdaeb;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#fcdaeb")Accessibility — WCAG contrast
Aa
#fcdaeb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdaeb on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow6.7%
Key (black)1.2%
Color previews
#fcdaeb text on a black background
contrast 16.37:1
Card sample
#fcdaeb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdaeb;
Background color
Panel with #fcdaeb background
background-color: #fcdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdaeb; background: linear-gradient(135deg, #fcdaeb, #FCE0DA);