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