#fcd6fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 214, 253
HSL
299°, 91%, 92%
CMYK
0, 15, 0, 1
Luminance
0.7588
Every format
| HEX | #fcd6fd |
| RGB | rgb(252, 214, 253) |
| HSL | hsl(299, 91%, 92%) |
| CMYK | cmyk(0%, 15%, 0%, 1%) |
| LAB | lab(89.8 19.8 -14.1) |
| LCH | lch(89.8 24.3 324.6) |
| OKLCH | oklch(0.920 0.066 325.3) |
Copy-ready code
/* CSS */
color: #fcd6fd;
background-color: #fcd6fd;
/* Tailwind (arbitrary) */
class="text-[#fcd6fd] bg-[#fcd6fd]"
/* SCSS */
$brand: #fcd6fd;
/* SwiftUI */
Color(red: 0.988, green: 0.839, blue: 0.992)
/* Android */
Color.parseColor("#fcd6fd")Accessibility — WCAG contrast
Aa
#fcd6fd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd6fd on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.9%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta15.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fcd6fd text on a black background
contrast 16.18:1
Card sample
#fcd6fd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd6fd;
Background color
Panel with #fcd6fd background
background-color: #fcd6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 214, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 214, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd6fd; background: linear-gradient(135deg, #fcd6fd, #FDD6E4);