#f1fce4
a pale, electric green · cool · closest name: beige
RGB
241, 252, 228
HSL
88°, 80%, 94%
CMYK
4, 0, 10, 1
Luminance
0.9392
Every format
| HEX | #f1fce4 |
| RGB | rgb(241, 252, 228) |
| HSL | hsl(88, 80%, 94%) |
| CMYK | cmyk(4%, 0%, 10%, 1%) |
| LAB | lab(97.6 -7.8 10.3) |
| LCH | lch(97.6 12.9 127.2) |
| OKLCH | oklch(0.977 0.034 127.2) |
Copy-ready code
/* CSS */
color: #f1fce4;
background-color: #f1fce4;
/* Tailwind (arbitrary) */
class="text-[#f1fce4] bg-[#f1fce4]"
/* SCSS */
$brand: #f1fce4;
/* SwiftUI */
Color(red: 0.945, green: 0.988, blue: 0.894)
/* Android */
Color.parseColor("#f1fce4")Accessibility — WCAG contrast
Aa
#f1fce4 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fce4 on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.8%
Blue89.4%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow9.5%
Key (black)1.2%
Color previews
#f1fce4 text on a black background
contrast 19.78:1
Card sample
#f1fce4 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fce4;
Background color
Panel with #f1fce4 background
background-color: #f1fce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 252, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 252, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fce4; background: linear-gradient(135deg, #f1fce4, #E4FCE7);