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