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