#f9feee
a pale, electric green · cool · “ivory”
RGB
249, 254, 238
HSL
79°, 89%, 97%
CMYK
2, 0, 6, 0
Luminance
0.9720
Every format
| HEX | #f9feee |
| RGB | rgb(249, 254, 238) |
| HSL | hsl(79, 89%, 97%) |
| CMYK | cmyk(2%, 0%, 6%, 0%) |
| LAB | lab(98.9 -4.4 7.1) |
| LCH | lch(98.9 8.3 122.0) |
| OKLCH | oklch(0.989 0.022 120.9) |
Copy-ready code
/* CSS */
color: #f9feee;
background-color: #f9feee;
/* Tailwind (arbitrary) */
class="text-[#f9feee] bg-[#f9feee]"
/* SCSS */
$brand: #f9feee;
/* SwiftUI */
Color(red: 0.976, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#f9feee")Accessibility — WCAG contrast
Aa
#f9feee on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9feee on black: 20.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.6%
Blue93.3%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#f9feee text on a black background
contrast 20.44:1
Card sample
#f9feee text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9feee;
Background color
Panel with #f9feee background
background-color: #f9feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9feee; background: linear-gradient(135deg, #f9feee, #EEFEEE);