#fffafd
a pale, electric magenta / pink · warm · closest name: white
RGB
255, 250, 253
HSL
324°, 100%, 99%
CMYK
0, 2, 1, 0
Luminance
0.9672
Every format
| HEX | #fffafd |
| RGB | rgb(255, 250, 253) |
| HSL | hsl(324, 100%, 99%) |
| CMYK | cmyk(0%, 2%, 1%, 0%) |
| LAB | lab(98.7 2.2 -0.8) |
| LCH | lch(98.7 2.3 338.7) |
| OKLCH | oklch(0.990 0.007 340.4) |
Copy-ready code
/* CSS */
color: #fffafd;
background-color: #fffafd;
/* Tailwind (arbitrary) */
class="text-[#fffafd] bg-[#fffafd]"
/* SCSS */
$brand: #fffafd;
/* SwiftUI */
Color(red: 1.000, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#fffafd")Accessibility — WCAG contrast
Aa
#fffafd on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffafd on black: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.0%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow0.8%
Key (black)0.0%
Color previews
#fffafd text on a black background
contrast 20.34:1
Card sample
#fffafd text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffafd;
Background color
Panel with #fffafd background
background-color: #fffafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffafd; background: linear-gradient(135deg, #fffafd, #FFFAFA);