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