#fcddfe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 221, 254
HSL
296°, 94%, 93%
CMYK
1, 13, 0, 0
Luminance
0.7956
Every format
| HEX | #fcddfe |
| RGB | rgb(252, 221, 254) |
| HSL | hsl(296, 94%, 93%) |
| CMYK | cmyk(1%, 13%, 0%, 0%) |
| LAB | lab(91.5 16.3 -12.1) |
| LCH | lch(91.5 20.3 323.5) |
| OKLCH | oklch(0.933 0.055 324.1) |
Copy-ready code
/* CSS */
color: #fcddfe;
background-color: #fcddfe;
/* Tailwind (arbitrary) */
class="text-[#fcddfe] bg-[#fcddfe]"
/* SCSS */
$brand: #fcddfe;
/* SwiftUI */
Color(red: 0.988, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#fcddfe")Accessibility — WCAG contrast
Aa
#fcddfe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcddfe on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.7%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fcddfe text on a black background
contrast 16.91:1
Card sample
#fcddfe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcddfe;
Background color
Panel with #fcddfe background
background-color: #fcddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcddfe; background: linear-gradient(135deg, #fcddfe, #FEDDEA);