#f9fd97
a light, electric yellow · cool · closest name: khaki
RGB
249, 253, 151
HSL
62°, 96%, 79%
CMYK
2, 0, 40, 1
Luminance
0.9262
Every format
| HEX | #f9fd97 |
| RGB | rgb(249, 253, 151) |
| HSL | hsl(62, 96%, 79%) |
| CMYK | cmyk(2%, 0%, 40%, 1%) |
| LAB | lab(97.1 -15.7 48.3) |
| LCH | lch(97.1 50.8 108.1) |
| OKLCH | oklch(0.969 0.125 110.5) |
Copy-ready code
/* CSS */
color: #f9fd97;
background-color: #f9fd97;
/* Tailwind (arbitrary) */
class="text-[#f9fd97] bg-[#f9fd97]"
/* SCSS */
$brand: #f9fd97;
/* SwiftUI */
Color(red: 0.976, green: 0.992, blue: 0.592)
/* Android */
Color.parseColor("#f9fd97")Accessibility — WCAG contrast
Aa
#f9fd97 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fd97 on black: 19.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.2%
Blue59.2%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow40.3%
Key (black)0.8%
Color previews
#f9fd97 text on a black background
contrast 19.52:1
Card sample
#f9fd97 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fd97;
Background color
Panel with #f9fd97 background
background-color: #f9fd97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fd97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 253, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 253, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fd97; background: linear-gradient(135deg, #f9fd97, #B5FD97);