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