#fcd9f9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 217, 249
HSL
305°, 85%, 92%
CMYK
0, 14, 1, 1
Luminance
0.7716
Every format
| HEX | #fcd9f9 |
| RGB | rgb(252, 217, 249) |
| HSL | hsl(305, 85%, 92%) |
| CMYK | cmyk(0%, 14%, 1%, 1%) |
| LAB | lab(90.4 17.5 -11.1) |
| LCH | lch(90.4 20.7 327.6) |
| OKLCH | oklch(0.924 0.057 328.8) |
Copy-ready code
/* CSS */
color: #fcd9f9;
background-color: #fcd9f9;
/* Tailwind (arbitrary) */
class="text-[#fcd9f9] bg-[#fcd9f9]"
/* SCSS */
$brand: #fcd9f9;
/* SwiftUI */
Color(red: 0.988, green: 0.851, blue: 0.976)
/* Android */
Color.parseColor("#fcd9f9")Accessibility — WCAG contrast
Aa
#fcd9f9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd9f9 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.1%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow1.2%
Key (black)1.2%
Color previews
#fcd9f9 text on a black background
contrast 16.43:1
Card sample
#fcd9f9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd9f9;
Background color
Panel with #fcd9f9 background
background-color: #fcd9f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd9f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 217, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 217, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd9f9; background: linear-gradient(135deg, #fcd9f9, #FCD9E2);