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