#f1fcdf
a pale, electric green · cool · closest name: beige
RGB
241, 252, 223
HSL
83°, 83%, 93%
CMYK
4, 0, 12, 1
Luminance
0.9365
Every format
| HEX | #f1fcdf |
| RGB | rgb(241, 252, 223) |
| HSL | hsl(83, 83%, 93%) |
| CMYK | cmyk(4%, 0%, 12%, 1%) |
| LAB | lab(97.5 -8.6 12.7) |
| LCH | lch(97.5 15.3 124.2) |
| OKLCH | oklch(0.975 0.040 124.1) |
Copy-ready code
/* CSS */
color: #f1fcdf;
background-color: #f1fcdf;
/* Tailwind (arbitrary) */
class="text-[#f1fcdf] bg-[#f1fcdf]"
/* SCSS */
$brand: #f1fcdf;
/* SwiftUI */
Color(red: 0.945, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#f1fcdf")Accessibility — WCAG contrast
Aa
#f1fcdf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fcdf on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.8%
Blue87.5%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#f1fcdf text on a black background
contrast 19.73:1
Card sample
#f1fcdf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fcdf;
Background color
Panel with #f1fcdf background
background-color: #f1fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fcdf; background: linear-gradient(135deg, #f1fcdf, #DFFCE0);