#fcd6f1
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 214, 241
HSL
317°, 86%, 91%
CMYK
0, 15, 4, 1
Luminance
0.7514
Every format
| HEX | #fcd6f1 |
| RGB | rgb(252, 214, 241) |
| HSL | hsl(317, 86%, 91%) |
| CMYK | cmyk(0%, 15%, 4%, 1%) |
| LAB | lab(89.5 17.6 -8.3) |
| LCH | lch(89.5 19.5 334.9) |
| OKLCH | oklch(0.916 0.055 336.5) |
Copy-ready code
/* CSS */
color: #fcd6f1;
background-color: #fcd6f1;
/* Tailwind (arbitrary) */
class="text-[#fcd6f1] bg-[#fcd6f1]"
/* SCSS */
$brand: #fcd6f1;
/* SwiftUI */
Color(red: 0.988, green: 0.839, blue: 0.945)
/* Android */
Color.parseColor("#fcd6f1")Accessibility — WCAG contrast
Aa
#fcd6f1 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd6f1 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.9%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow4.4%
Key (black)1.2%
Color previews
#fcd6f1 text on a black background
contrast 16.03:1
Card sample
#fcd6f1 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd6f1;
Background color
Panel with #fcd6f1 background
background-color: #fcd6f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd6f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 214, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 214, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd6f1; background: linear-gradient(135deg, #fcd6f1, #FCD6D8);