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