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