#fcfef9
a pale, vivid green · cool · closest name: white
RGB
252, 254, 249
HSL
84°, 71%, 99%
CMYK
1, 0, 2, 0
Luminance
0.9842
Every format
| HEX | #fcfef9 |
| RGB | rgb(252, 254, 249) |
| HSL | hsl(84, 71%, 99%) |
| CMYK | cmyk(1%, 0%, 2%, 0%) |
| LAB | lab(99.4 -1.5 2.1) |
| LCH | lch(99.4 2.6 125.4) |
| OKLCH | oklch(0.994 0.007 124.4) |
Copy-ready code
/* CSS */
color: #fcfef9;
background-color: #fcfef9;
/* Tailwind (arbitrary) */
class="text-[#fcfef9] bg-[#fcfef9]"
/* SCSS */
$brand: #fcfef9;
/* SwiftUI */
Color(red: 0.988, green: 0.996, blue: 0.976)
/* Android */
Color.parseColor("#fcfef9")Accessibility — WCAG contrast
Aa
#fcfef9 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfef9 on black: 20.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.6%
Blue97.6%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow2.0%
Key (black)0.4%
Color previews
#fcfef9 text on a black background
contrast 20.68:1
Card sample
#fcfef9 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfef9;
Background color
Panel with #fcfef9 background
background-color: #fcfef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 254, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 254, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfef9; background: linear-gradient(135deg, #fcfef9, #F9FEF9);