#f9fbaf
a light, electric yellow · cool · closest name: khaki
RGB
249, 251, 175
HSL
62°, 91%, 84%
CMYK
1, 0, 30, 2
Luminance
0.9223
Every format
| HEX | #f9fbaf |
| RGB | rgb(249, 251, 175) |
| HSL | hsl(62, 91%, 84%) |
| CMYK | cmyk(1%, 0%, 30%, 2%) |
| LAB | lab(96.9 -12.1 36.3) |
| LCH | lch(96.9 38.3 108.4) |
| OKLCH | oklch(0.969 0.096 109.3) |
Copy-ready code
/* CSS */
color: #f9fbaf;
background-color: #f9fbaf;
/* Tailwind (arbitrary) */
class="text-[#f9fbaf] bg-[#f9fbaf]"
/* SCSS */
$brand: #f9fbaf;
/* SwiftUI */
Color(red: 0.976, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#f9fbaf")Accessibility — WCAG contrast
Aa
#f9fbaf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fbaf on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.4%
Blue68.6%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#f9fbaf text on a black background
contrast 19.45:1
Card sample
#f9fbaf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fbaf;
Background color
Panel with #f9fbaf background
background-color: #f9fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fbaf; background: linear-gradient(135deg, #f9fbaf, #C6FBAF);