#fcf7fd
a pale, vivid magenta / pink · warm · closest name: white
RGB
252, 247, 253
HSL
290°, 60%, 98%
CMYK
0, 2, 0, 1
Luminance
0.9431
Every format
| HEX | #fcf7fd |
| RGB | rgb(252, 247, 253) |
| HSL | hsl(290, 60%, 98%) |
| CMYK | cmyk(0%, 2%, 0%, 1%) |
| LAB | lab(97.8 2.7 -2.3) |
| LCH | lch(97.8 3.5 319.9) |
| OKLCH | oklch(0.982 0.009 320.5) |
Copy-ready code
/* CSS */
color: #fcf7fd;
background-color: #fcf7fd;
/* Tailwind (arbitrary) */
class="text-[#fcf7fd] bg-[#fcf7fd]"
/* SCSS */
$brand: #fcf7fd;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.992)
/* Android */
Color.parseColor("#fcf7fd")Accessibility — WCAG contrast
Aa
#fcf7fd on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf7fd on black: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta2.4%
Yellow0.0%
Key (black)0.8%
Color previews
#fcf7fd text on a black background
contrast 19.86:1
Card sample
#fcf7fd text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf7fd;
Background color
Panel with #fcf7fd background
background-color: #fcf7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf7fd; background: linear-gradient(135deg, #fcf7fd, #FDF7FA);