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