#f1fade
a pale, vivid green · cool · closest name: beige
RGB
241, 250, 222
HSL
79°, 74%, 93%
CMYK
4, 0, 11, 2
Luminance
0.9235
Every format
| HEX | #f1fade |
| RGB | rgb(241, 250, 222) |
| HSL | hsl(79, 74%, 93%) |
| CMYK | cmyk(4%, 0%, 11%, 2%) |
| LAB | lab(97.0 -7.8 12.4) |
| LCH | lch(97.0 14.6 122.0) |
| OKLCH | oklch(0.971 0.038 121.6) |
Copy-ready code
/* CSS */
color: #f1fade;
background-color: #f1fade;
/* Tailwind (arbitrary) */
class="text-[#f1fade] bg-[#f1fade]"
/* SCSS */
$brand: #f1fade;
/* SwiftUI */
Color(red: 0.945, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#f1fade")Accessibility — WCAG contrast
Aa
#f1fade on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fade on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.0%
Blue87.1%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#f1fade text on a black background
contrast 19.47:1
Card sample
#f1fade text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fade;
Background color
Panel with #f1fade background
background-color: #f1fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fade; background: linear-gradient(135deg, #f1fade, #DEFADE);