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