#fcf2fd
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
252, 242, 253
HSL
295°, 73%, 97%
CMYK
0, 4, 0, 1
Luminance
0.9129
Every format
| HEX | #fcf2fd |
| RGB | rgb(252, 242, 253) |
| HSL | hsl(295, 73%, 97%) |
| CMYK | cmyk(0%, 4%, 0%, 1%) |
| LAB | lab(96.5 5.3 -4.1) |
| LCH | lch(96.5 6.7 322.2) |
| OKLCH | oklch(0.972 0.018 323.0) |
Copy-ready code
/* CSS */
color: #fcf2fd;
background-color: #fcf2fd;
/* Tailwind (arbitrary) */
class="text-[#fcf2fd] bg-[#fcf2fd]"
/* SCSS */
$brand: #fcf2fd;
/* SwiftUI */
Color(red: 0.988, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#fcf2fd")Accessibility — WCAG contrast
Aa
#fcf2fd on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf2fd on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.9%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fcf2fd text on a black background
contrast 19.26:1
Card sample
#fcf2fd text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf2fd;
Background color
Panel with #fcf2fd background
background-color: #fcf2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf2fd; background: linear-gradient(135deg, #fcf2fd, #FDF2F7);