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