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