#f9fcec
a pale, vivid green · cool · “ivory”
RGB
249, 252, 236
HSL
71°, 73%, 96%
CMYK
1, 0, 6, 1
Luminance
0.9582
Every format
| HEX | #f9fcec |
| RGB | rgb(249, 252, 236) |
| HSL | hsl(71, 73%, 96%) |
| CMYK | cmyk(1%, 0%, 6%, 1%) |
| LAB | lab(98.4 -3.7 7.3) |
| LCH | lch(98.4 8.2 117.1) |
| OKLCH | oklch(0.985 0.021 115.4) |
Copy-ready code
/* CSS */
color: #f9fcec;
background-color: #f9fcec;
/* Tailwind (arbitrary) */
class="text-[#f9fcec] bg-[#f9fcec]"
/* SCSS */
$brand: #f9fcec;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#f9fcec")Accessibility — WCAG contrast
Aa
#f9fcec on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fcec on black: 20.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue92.5%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#f9fcec text on a black background
contrast 20.16:1
Card sample
#f9fcec text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fcec;
Background color
Panel with #f9fcec background
background-color: #f9fcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fcec; background: linear-gradient(135deg, #f9fcec, #EEFCEC);