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