#f7fcec
a pale, vivid green · cool · “ivory”
RGB
247, 252, 236
HSL
79°, 73%, 96%
CMYK
2, 0, 6, 1
Luminance
0.9545
Every format
| HEX | #f7fcec |
| RGB | rgb(247, 252, 236) |
| HSL | hsl(79, 73%, 96%) |
| CMYK | cmyk(2%, 0%, 6%, 1%) |
| LAB | lab(98.2 -4.4 7.1) |
| LCH | lch(98.2 8.3 121.9) |
| OKLCH | oklch(0.983 0.022 121.0) |
Copy-ready code
/* CSS */
color: #f7fcec;
background-color: #f7fcec;
/* Tailwind (arbitrary) */
class="text-[#f7fcec] bg-[#f7fcec]"
/* SCSS */
$brand: #f7fcec;
/* SwiftUI */
Color(red: 0.969, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#f7fcec")Accessibility — WCAG contrast
Aa
#f7fcec on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fcec on black: 20.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.8%
Blue92.5%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#f7fcec text on a black background
contrast 20.09:1
Card sample
#f7fcec text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fcec;
Background color
Panel with #f7fcec background
background-color: #f7fcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fcec; background: linear-gradient(135deg, #f7fcec, #ECFCEC);