#fcfef6
a pale, electric green · cool · closest name: ivory
RGB
252, 254, 246
HSL
75°, 80%, 98%
CMYK
1, 0, 3, 0
Luminance
0.9823
Every format
| HEX | #fcfef6 |
| RGB | rgb(252, 254, 246) |
| HSL | hsl(75, 80%, 98%) |
| CMYK | cmyk(1%, 0%, 3%, 0%) |
| LAB | lab(99.3 -2.0 3.6) |
| LCH | lch(99.3 4.1 119.7) |
| OKLCH | oklch(0.993 0.011 118.0) |
Copy-ready code
/* CSS */
color: #fcfef6;
background-color: #fcfef6;
/* Tailwind (arbitrary) */
class="text-[#fcfef6] bg-[#fcfef6]"
/* SCSS */
$brand: #fcfef6;
/* SwiftUI */
Color(red: 0.988, green: 0.996, blue: 0.965)
/* Android */
Color.parseColor("#fcfef6")Accessibility — WCAG contrast
Aa
#fcfef6 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfef6 on black: 20.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.6%
Blue96.5%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow3.1%
Key (black)0.4%
Color previews
#fcfef6 text on a black background
contrast 20.65:1
Card sample
#fcfef6 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfef6;
Background color
Panel with #fcfef6 background
background-color: #fcfef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 254, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 254, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfef6; background: linear-gradient(135deg, #fcfef6, #F7FEF6);