#fdfefd
a pale, soft green · cool · “white”
RGB
253, 254, 253
HSL
120°, 33%, 99%
CMYK
0, 0, 0, 0
Luminance
0.9886
Every format
| HEX | #fdfefd |
| RGB | rgb(253, 254, 253) |
| HSL | hsl(120, 33%, 99%) |
| CMYK | cmyk(0%, 0%, 0%, 0%) |
| LAB | lab(99.6 -0.5 0.4) |
| LCH | lch(99.6 0.6 144.2) |
| OKLCH | oklch(0.996 0.002 145.6) |
Copy-ready code
/* CSS */
color: #fdfefd;
background-color: #fdfefd;
/* Tailwind (arbitrary) */
class="text-[#fdfefd] bg-[#fdfefd]"
/* SCSS */
$brand: #fdfefd;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#fdfefd")Accessibility — WCAG contrast
Aa
#fdfefd on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfefd on black: 20.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#fdfefd text on a black background
contrast 20.77:1
Card sample
#fdfefd text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfefd;
Background color
Panel with #fdfefd background
background-color: #fdfefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfefd; background: linear-gradient(135deg, #fdfefd, #FDFEFE);