#f9fdee
a pale, electric green · cool · “ivory”
RGB
249, 253, 238
HSL
76°, 79%, 96%
CMYK
2, 0, 6, 1
Luminance
0.9656
Every format
| HEX | #f9fdee |
| RGB | rgb(249, 253, 238) |
| HSL | hsl(76, 79%, 96%) |
| CMYK | cmyk(2%, 0%, 6%, 1%) |
| LAB | lab(98.7 -3.9 6.7) |
| LCH | lch(98.7 7.8 120.2) |
| OKLCH | oklch(0.987 0.020 118.9) |
Copy-ready code
/* CSS */
color: #f9fdee;
background-color: #f9fdee;
/* Tailwind (arbitrary) */
class="text-[#f9fdee] bg-[#f9fdee]"
/* SCSS */
$brand: #f9fdee;
/* SwiftUI */
Color(red: 0.976, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#f9fdee")Accessibility — WCAG contrast
Aa
#f9fdee on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fdee on black: 20.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.2%
Blue93.3%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#f9fdee text on a black background
contrast 20.31:1
Card sample
#f9fdee text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fdee;
Background color
Panel with #f9fdee background
background-color: #f9fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fdee; background: linear-gradient(135deg, #f9fdee, #EFFDEE);