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