#fcf9fc
a pale, soft magenta / pink · warm · closest name: white
RGB
252, 249, 252
HSL
300°, 33%, 98%
CMYK
0, 1, 0, 1
Luminance
0.9548
Every format
| HEX | #fcf9fc |
| RGB | rgb(252, 249, 252) |
| HSL | hsl(300, 33%, 98%) |
| CMYK | cmyk(0%, 1%, 0%, 1%) |
| LAB | lab(98.2 1.5 -1.1) |
| LCH | lch(98.2 1.9 324.6) |
| OKLCH | oklch(0.985 0.005 325.6) |
Copy-ready code
/* CSS */
color: #fcf9fc;
background-color: #fcf9fc;
/* Tailwind (arbitrary) */
class="text-[#fcf9fc] bg-[#fcf9fc]"
/* SCSS */
$brand: #fcf9fc;
/* SwiftUI */
Color(red: 0.988, green: 0.976, blue: 0.988)
/* Android */
Color.parseColor("#fcf9fc")Accessibility — WCAG contrast
Aa
#fcf9fc on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf9fc on black: 20.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.6%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow0.0%
Key (black)1.2%
Color previews
#fcf9fc text on a black background
contrast 20.10:1
Card sample
#fcf9fc text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf9fc;
Background color
Panel with #fcf9fc background
background-color: #fcf9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 249, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 249, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf9fc; background: linear-gradient(135deg, #fcf9fc, #FCF9FA);