#fcf3fd
a pale, vivid magenta / pink · warm · closest name: white
RGB
252, 243, 253
HSL
294°, 71%, 97%
CMYK
0, 4, 0, 1
Luminance
0.9189
Every format
| HEX | #fcf3fd |
| RGB | rgb(252, 243, 253) |
| HSL | hsl(294, 71%, 97%) |
| CMYK | cmyk(0%, 4%, 0%, 1%) |
| LAB | lab(96.8 4.8 -3.7) |
| LCH | lch(96.8 6.0 321.9) |
| OKLCH | oklch(0.974 0.016 322.7) |
Copy-ready code
/* CSS */
color: #fcf3fd;
background-color: #fcf3fd;
/* Tailwind (arbitrary) */
class="text-[#fcf3fd] bg-[#fcf3fd]"
/* SCSS */
$brand: #fcf3fd;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.992)
/* Android */
Color.parseColor("#fcf3fd")Accessibility — WCAG contrast
Aa
#fcf3fd on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf3fd on black: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta4.0%
Yellow0.0%
Key (black)0.8%
Color previews
#fcf3fd text on a black background
contrast 19.38:1
Card sample
#fcf3fd text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf3fd;
Background color
Panel with #fcf3fd background
background-color: #fcf3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf3fd; background: linear-gradient(135deg, #fcf3fd, #FDF3F7);