#f1fec7
a pale, electric green · cool · closest name: beige
RGB
241, 254, 199
HSL
74°, 97%, 89%
CMYK
5, 0, 22, 0
Luminance
0.9371
Every format
| HEX | #f1fec7 |
| RGB | rgb(241, 254, 199) |
| HSL | hsl(74, 97%, 89%) |
| CMYK | cmyk(5%, 0%, 22%, 0%) |
| LAB | lab(97.5 -13.3 24.9) |
| LCH | lch(97.5 28.2 118.0) |
| OKLCH | oklch(0.974 0.072 118.6) |
Copy-ready code
/* CSS */
color: #f1fec7;
background-color: #f1fec7;
/* Tailwind (arbitrary) */
class="text-[#f1fec7] bg-[#f1fec7]"
/* SCSS */
$brand: #f1fec7;
/* SwiftUI */
Color(red: 0.945, green: 0.996, blue: 0.780)
/* Android */
Color.parseColor("#f1fec7")Accessibility — WCAG contrast
Aa
#f1fec7 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fec7 on black: 19.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green99.6%
Blue78.0%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow21.7%
Key (black)0.4%
Color previews
#f1fec7 text on a black background
contrast 19.74:1
Card sample
#f1fec7 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fec7;
Background color
Panel with #f1fec7 background
background-color: #f1fec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 254, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 254, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fec7; background: linear-gradient(135deg, #f1fec7, #CCFEC7);