#fcf9fd
a pale, vivid violet · warm · closest name: white
RGB
252, 249, 253
HSL
285°, 50%, 98%
CMYK
0, 2, 0, 1
Luminance
0.9554
Every format
| HEX | #fcf9fd |
| RGB | rgb(252, 249, 253) |
| HSL | hsl(285, 50%, 98%) |
| CMYK | cmyk(0%, 2%, 0%, 1%) |
| LAB | lab(98.3 1.7 -1.6) |
| LCH | lch(98.3 2.3 317.3) |
| OKLCH | oklch(0.986 0.006 317.8) |
Copy-ready code
/* CSS */
color: #fcf9fd;
background-color: #fcf9fd;
/* Tailwind (arbitrary) */
class="text-[#fcf9fd] bg-[#fcf9fd]"
/* SCSS */
$brand: #fcf9fd;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.992)
/* Android */
Color.parseColor("#fcf9fd")Accessibility — WCAG contrast
Aa
#fcf9fd on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf9fd on black: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta1.6%
Yellow0.0%
Key (black)0.8%
Color previews
#fcf9fd text on a black background
contrast 20.11:1
Card sample
#fcf9fd text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf9fd;
Background color
Panel with #fcf9fd background
background-color: #fcf9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf9fd; background: linear-gradient(135deg, #fcf9fd, #FDF9FB);