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