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