#fcd8fe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 216, 254
HSL
297°, 95%, 92%
CMYK
1, 15, 0, 0
Luminance
0.7696
Every format
| HEX | #fcd8fe |
| RGB | rgb(252, 216, 254) |
| HSL | hsl(297, 95%, 92%) |
| CMYK | cmyk(1%, 15%, 0%, 0%) |
| LAB | lab(90.3 18.9 -13.8) |
| LCH | lch(90.3 23.4 323.8) |
| OKLCH | oklch(0.924 0.064 324.4) |
Copy-ready code
/* CSS */
color: #fcd8fe;
background-color: #fcd8fe;
/* Tailwind (arbitrary) */
class="text-[#fcd8fe] bg-[#fcd8fe]"
/* SCSS */
$brand: #fcd8fe;
/* SwiftUI */
Color(red: 0.988, green: 0.847, blue: 0.996)
/* Android */
Color.parseColor("#fcd8fe")Accessibility — WCAG contrast
Aa
#fcd8fe on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd8fe on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green84.7%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta15.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fcd8fe text on a black background
contrast 16.39:1
Card sample
#fcd8fe text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd8fe;
Background color
Panel with #fcd8fe background
background-color: #fcd8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 216, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 216, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd8fe; background: linear-gradient(135deg, #fcd8fe, #FED8E7);