#f1fac5
a pale, electric green · cool · closest name: beige
RGB
241, 250, 197
HSL
70°, 84%, 88%
CMYK
4, 0, 21, 2
Luminance
0.9110
Every format
| HEX | #f1fac5 |
| RGB | rgb(241, 250, 197) |
| HSL | hsl(70, 84%, 88%) |
| CMYK | cmyk(4%, 0%, 21%, 2%) |
| LAB | lab(96.5 -11.6 24.5) |
| LCH | lch(96.5 27.1 115.3) |
| OKLCH | oklch(0.965 0.069 115.5) |
Copy-ready code
/* CSS */
color: #f1fac5;
background-color: #f1fac5;
/* Tailwind (arbitrary) */
class="text-[#f1fac5] bg-[#f1fac5]"
/* SCSS */
$brand: #f1fac5;
/* SwiftUI */
Color(red: 0.945, green: 0.980, blue: 0.773)
/* Android */
Color.parseColor("#f1fac5")Accessibility — WCAG contrast
Aa
#f1fac5 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fac5 on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.0%
Blue77.3%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow21.2%
Key (black)2.0%
Color previews
#f1fac5 text on a black background
contrast 19.22:1
Card sample
#f1fac5 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fac5;
Background color
Panel with #f1fac5 background
background-color: #f1fac5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fac5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 250, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 250, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fac5; background: linear-gradient(135deg, #f1fac5, #CDFAC5);