#fffcfd
a pale, electric magenta / pink · warm · “white”
RGB
255, 252, 253
HSL
340°, 100%, 99%
CMYK
0, 1, 1, 0
Luminance
0.9797
Every format
| HEX | #fffcfd |
| RGB | rgb(255, 252, 253) |
| HSL | hsl(340, 100%, 99%) |
| CMYK | cmyk(0%, 1%, 1%, 0%) |
| LAB | lab(99.2 1.2 -0.1) |
| LCH | lch(99.2 1.2 353.7) |
| OKLCH | oklch(0.994 0.003 354.7) |
Copy-ready code
/* CSS */
color: #fffcfd;
background-color: #fffcfd;
/* Tailwind (arbitrary) */
class="text-[#fffcfd] bg-[#fffcfd]"
/* SCSS */
$brand: #fffcfd;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#fffcfd")Accessibility — WCAG contrast
Aa
#fffcfd on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffcfd on black: 20.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow0.8%
Key (black)0.0%
Color previews
#fffcfd text on a black background
contrast 20.59:1
Card sample
#fffcfd text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffcfd;
Background color
Panel with #fffcfd background
background-color: #fffcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffcfd; background: linear-gradient(135deg, #fffcfd, #FFFDFC);