#f1fbaf
a light, electric yellow · cool · closest name: khaki
RGB
241, 251, 175
HSL
68°, 91%, 84%
CMYK
4, 0, 30, 2
Luminance
0.9079
Every format
| HEX | #f1fbaf |
| RGB | rgb(241, 251, 175) |
| HSL | hsl(68, 91%, 84%) |
| CMYK | cmyk(4%, 0%, 30%, 2%) |
| LAB | lab(96.3 -15.0 35.4) |
| LCH | lch(96.3 38.5 113.0) |
| OKLCH | oklch(0.963 0.097 114.3) |
Copy-ready code
/* CSS */
color: #f1fbaf;
background-color: #f1fbaf;
/* Tailwind (arbitrary) */
class="text-[#f1fbaf] bg-[#f1fbaf]"
/* SCSS */
$brand: #f1fbaf;
/* SwiftUI */
Color(red: 0.945, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#f1fbaf")Accessibility — WCAG contrast
Aa
#f1fbaf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fbaf on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.4%
Blue68.6%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#f1fbaf text on a black background
contrast 19.16:1
Card sample
#f1fbaf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fbaf;
Background color
Panel with #f1fbaf background
background-color: #f1fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fbaf; background: linear-gradient(135deg, #f1fbaf, #BEFBAF);