#f1fcd6
a pale, electric green · cool · closest name: beige
RGB
241, 252, 214
HSL
77°, 86%, 91%
CMYK
4, 0, 15, 1
Luminance
0.9318
Every format
| HEX | #f1fcd6 |
| RGB | rgb(241, 252, 214) |
| HSL | hsl(77, 86%, 91%) |
| CMYK | cmyk(4%, 0%, 15%, 1%) |
| LAB | lab(97.3 -10.0 17.0) |
| LCH | lch(97.3 19.7 120.5) |
| OKLCH | oklch(0.973 0.051 120.5) |
Copy-ready code
/* CSS */
color: #f1fcd6;
background-color: #f1fcd6;
/* Tailwind (arbitrary) */
class="text-[#f1fcd6] bg-[#f1fcd6]"
/* SCSS */
$brand: #f1fcd6;
/* SwiftUI */
Color(red: 0.945, green: 0.988, blue: 0.839)
/* Android */
Color.parseColor("#f1fcd6")Accessibility — WCAG contrast
Aa
#f1fcd6 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fcd6 on black: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.8%
Blue83.9%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow15.1%
Key (black)1.2%
Color previews
#f1fcd6 text on a black background
contrast 19.64:1
Card sample
#f1fcd6 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fcd6;
Background color
Panel with #f1fcd6 background
background-color: #f1fcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 252, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 252, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fcd6; background: linear-gradient(135deg, #f1fcd6, #D8FCD6);