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