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