#fcd9ef
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 217, 239
HSL
322°, 85%, 92%
CMYK
0, 14, 5, 1
Luminance
0.7655
Every format
| HEX | #fcd9ef |
| RGB | rgb(252, 217, 239) |
| HSL | hsl(322, 85%, 92%) |
| CMYK | cmyk(0%, 14%, 5%, 1%) |
| LAB | lab(90.1 15.7 -6.2) |
| LCH | lch(90.1 16.9 338.4) |
| OKLCH | oklch(0.921 0.048 340.0) |
Copy-ready code
/* CSS */
color: #fcd9ef;
background-color: #fcd9ef;
/* Tailwind (arbitrary) */
class="text-[#fcd9ef] bg-[#fcd9ef]"
/* SCSS */
$brand: #fcd9ef;
/* SwiftUI */
Color(red: 0.988, green: 0.851, blue: 0.937)
/* Android */
Color.parseColor("#fcd9ef")Accessibility — WCAG contrast
Aa
#fcd9ef on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd9ef on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow5.2%
Key (black)1.2%
Color previews
#fcd9ef text on a black background
contrast 16.31:1
Card sample
#fcd9ef text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd9ef;
Background color
Panel with #fcd9ef background
background-color: #fcd9ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd9ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 217, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 217, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd9ef; background: linear-gradient(135deg, #fcd9ef, #FCDBD9);