#f4fcf1
a pale, vivid green · cool · closest name: ivory
RGB
244, 252, 241
HSL
104°, 65%, 97%
CMYK
3, 0, 4, 1
Luminance
0.9520
Every format
| HEX | #f4fcf1 |
| RGB | rgb(244, 252, 241) |
| HSL | hsl(104, 65%, 97%) |
| CMYK | cmyk(3%, 0%, 4%, 1%) |
| LAB | lab(98.1 -4.6 4.3) |
| LCH | lch(98.1 6.3 136.4) |
| OKLCH | oklch(0.982 0.017 137.0) |
Copy-ready code
/* CSS */
color: #f4fcf1;
background-color: #f4fcf1;
/* Tailwind (arbitrary) */
class="text-[#f4fcf1] bg-[#f4fcf1]"
/* SCSS */
$brand: #f4fcf1;
/* SwiftUI */
Color(red: 0.957, green: 0.988, blue: 0.945)
/* Android */
Color.parseColor("#f4fcf1")Accessibility — WCAG contrast
Aa
#f4fcf1 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fcf1 on black: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.8%
Blue94.5%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow4.4%
Key (black)1.2%
Color previews
#f4fcf1 text on a black background
contrast 20.04:1
Card sample
#f4fcf1 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fcf1;
Background color
Panel with #f4fcf1 background
background-color: #f4fcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 252, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 252, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fcf1; background: linear-gradient(135deg, #f4fcf1, #F1FCF5);