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