#fcddf3
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 221, 243
HSL
317°, 84%, 93%
CMYK
0, 12, 4, 1
Luminance
0.7888
Every format
| HEX | #fcddf3 |
| RGB | rgb(252, 221, 243) |
| HSL | hsl(317, 84%, 93%) |
| CMYK | cmyk(0%, 12%, 4%, 1%) |
| LAB | lab(91.2 14.3 -6.8) |
| LCH | lch(91.2 15.9 334.7) |
| OKLCH | oklch(0.929 0.044 336.3) |
Copy-ready code
/* CSS */
color: #fcddf3;
background-color: #fcddf3;
/* Tailwind (arbitrary) */
class="text-[#fcddf3] bg-[#fcddf3]"
/* SCSS */
$brand: #fcddf3;
/* SwiftUI */
Color(red: 0.988, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#fcddf3")Accessibility — WCAG contrast
Aa
#fcddf3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcddf3 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.7%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow3.6%
Key (black)1.2%
Color previews
#fcddf3 text on a black background
contrast 16.78:1
Card sample
#fcddf3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcddf3;
Background color
Panel with #fcddf3 background
background-color: #fcddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcddf3; background: linear-gradient(135deg, #fcddf3, #FCDDDE);