#f7fdee
a pale, electric green · cool · “ivory”
RGB
247, 253, 238
HSL
84°, 79%, 96%
CMYK
2, 0, 6, 1
Luminance
0.9620
Every format
| HEX | #f7fdee |
| RGB | rgb(247, 253, 238) |
| HSL | hsl(84, 79%, 96%) |
| CMYK | cmyk(2%, 0%, 6%, 1%) |
| LAB | lab(98.5 -4.6 6.5) |
| LCH | lch(98.5 7.9 125.2) |
| OKLCH | oklch(0.986 0.021 124.6) |
Copy-ready code
/* CSS */
color: #f7fdee;
background-color: #f7fdee;
/* Tailwind (arbitrary) */
class="text-[#f7fdee] bg-[#f7fdee]"
/* SCSS */
$brand: #f7fdee;
/* SwiftUI */
Color(red: 0.969, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#f7fdee")Accessibility — WCAG contrast
Aa
#f7fdee on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fdee on black: 20.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green99.2%
Blue93.3%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#f7fdee text on a black background
contrast 20.24:1
Card sample
#f7fdee text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fdee;
Background color
Panel with #f7fdee background
background-color: #f7fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fdee; background: linear-gradient(135deg, #f7fdee, #EEFDEF);