#fcf4fd
a pale, vivid magenta / pink · warm · closest name: white
RGB
252, 244, 253
HSL
293°, 69%, 98%
CMYK
0, 4, 0, 1
Luminance
0.9249
Every format
| HEX | #fcf4fd |
| RGB | rgb(252, 244, 253) |
| HSL | hsl(293, 69%, 98%) |
| CMYK | cmyk(0%, 4%, 0%, 1%) |
| LAB | lab(97.0 4.2 -3.4) |
| LCH | lch(97.0 5.4 321.6) |
| OKLCH | oklch(0.976 0.015 322.3) |
Copy-ready code
/* CSS */
color: #fcf4fd;
background-color: #fcf4fd;
/* Tailwind (arbitrary) */
class="text-[#fcf4fd] bg-[#fcf4fd]"
/* SCSS */
$brand: #fcf4fd;
/* SwiftUI */
Color(red: 0.988, green: 0.957, blue: 0.992)
/* Android */
Color.parseColor("#fcf4fd")Accessibility — WCAG contrast
Aa
#fcf4fd on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf4fd on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.7%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta3.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fcf4fd text on a black background
contrast 19.50:1
Card sample
#fcf4fd text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf4fd;
Background color
Panel with #fcf4fd background
background-color: #fcf4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 244, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 244, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf4fd; background: linear-gradient(135deg, #fcf4fd, #FDF4F8);