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