#f2fcec
a pale, vivid green · cool · closest name: ivory
RGB
242, 252, 236
HSL
98°, 73%, 96%
CMYK
4, 0, 6, 1
Luminance
0.9455
Every format
| HEX | #f2fcec |
| RGB | rgb(242, 252, 236) |
| HSL | hsl(98, 73%, 96%) |
| CMYK | cmyk(4%, 0%, 6%, 1%) |
| LAB | lab(97.8 -6.1 6.5) |
| LCH | lch(97.8 8.9 133.0) |
| OKLCH | oklch(0.979 0.024 133.5) |
Copy-ready code
/* CSS */
color: #f2fcec;
background-color: #f2fcec;
/* Tailwind (arbitrary) */
class="text-[#f2fcec] bg-[#f2fcec]"
/* SCSS */
$brand: #f2fcec;
/* SwiftUI */
Color(red: 0.949, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#f2fcec")Accessibility — WCAG contrast
Aa
#f2fcec on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2fcec on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green98.8%
Blue92.5%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#f2fcec text on a black background
contrast 19.91:1
Card sample
#f2fcec text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2fcec;
Background color
Panel with #f2fcec background
background-color: #f2fcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2fcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2fcec; background: linear-gradient(135deg, #f2fcec, #ECFCF1);