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