#f8fdec
a pale, electric green · cool · “ivory”
RGB
248, 253, 236
HSL
78°, 81%, 96%
CMYK
2, 0, 7, 1
Luminance
0.9626
Every format
| HEX | #f8fdec |
| RGB | rgb(248, 253, 236) |
| HSL | hsl(78, 81%, 96%) |
| CMYK | cmyk(2%, 0%, 7%, 1%) |
| LAB | lab(98.5 -4.6 7.6) |
| LCH | lch(98.5 8.8 121.2) |
| OKLCH | oklch(0.986 0.023 120.2) |
Copy-ready code
/* CSS */
color: #f8fdec;
background-color: #f8fdec;
/* Tailwind (arbitrary) */
class="text-[#f8fdec] bg-[#f8fdec]"
/* SCSS */
$brand: #f8fdec;
/* SwiftUI */
Color(red: 0.973, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#f8fdec")Accessibility — WCAG contrast
Aa
#f8fdec on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fdec on black: 20.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green99.2%
Blue92.5%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#f8fdec text on a black background
contrast 20.25:1
Card sample
#f8fdec text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fdec;
Background color
Panel with #f8fdec background
background-color: #f8fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fdec; background: linear-gradient(135deg, #f8fdec, #EDFDEC);