#f9fcaf
a light, electric yellow · cool · closest name: khaki
RGB
249, 252, 175
HSL
62°, 93%, 84%
CMYK
1, 0, 31, 1
Luminance
0.9286
Every format
| HEX | #f9fcaf |
| RGB | rgb(249, 252, 175) |
| HSL | hsl(62, 93%, 84%) |
| CMYK | cmyk(1%, 0%, 31%, 1%) |
| LAB | lab(97.2 -12.6 36.6) |
| LCH | lch(97.2 38.7 108.9) |
| OKLCH | oklch(0.971 0.097 110.0) |
Copy-ready code
/* CSS */
color: #f9fcaf;
background-color: #f9fcaf;
/* Tailwind (arbitrary) */
class="text-[#f9fcaf] bg-[#f9fcaf]"
/* SCSS */
$brand: #f9fcaf;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#f9fcaf")Accessibility — WCAG contrast
Aa
#f9fcaf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fcaf on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue68.6%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#f9fcaf text on a black background
contrast 19.57:1
Card sample
#f9fcaf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fcaf;
Background color
Panel with #f9fcaf background
background-color: #f9fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fcaf; background: linear-gradient(135deg, #f9fcaf, #C6FCAF);