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