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