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