#f1fada
a pale, electric green · cool · closest name: beige
RGB
241, 250, 218
HSL
77°, 76%, 92%
CMYK
4, 0, 13, 2
Luminance
0.9213
Every format
| HEX | #f1fada |
| RGB | rgb(241, 250, 218) |
| HSL | hsl(77, 76%, 92%) |
| CMYK | cmyk(4%, 0%, 13%, 2%) |
| LAB | lab(96.9 -8.4 14.3) |
| LCH | lch(96.9 16.6 120.3) |
| OKLCH | oklch(0.970 0.043 120.0) |
Copy-ready code
/* CSS */
color: #f1fada;
background-color: #f1fada;
/* Tailwind (arbitrary) */
class="text-[#f1fada] bg-[#f1fada]"
/* SCSS */
$brand: #f1fada;
/* SwiftUI */
Color(red: 0.945, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#f1fada")Accessibility — WCAG contrast
Aa
#f1fada on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fada on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.0%
Blue85.5%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#f1fada text on a black background
contrast 19.43:1
Card sample
#f1fada text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fada;
Background color
Panel with #f1fada background
background-color: #f1fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fada; background: linear-gradient(135deg, #f1fada, #DCFADA);