#f7fd98
a light, electric yellow · cool · closest name: khaki
RGB
247, 253, 152
HSL
64°, 96%, 79%
CMYK
2, 0, 40, 1
Luminance
0.9229
Every format
| HEX | #f7fd98 |
| RGB | rgb(247, 253, 152) |
| HSL | hsl(64, 96%, 79%) |
| CMYK | cmyk(2%, 0%, 40%, 1%) |
| LAB | lab(96.9 -16.4 47.6) |
| LCH | lch(96.9 50.4 109.0) |
| OKLCH | oklch(0.968 0.124 111.4) |
Copy-ready code
/* CSS */
color: #f7fd98;
background-color: #f7fd98;
/* Tailwind (arbitrary) */
class="text-[#f7fd98] bg-[#f7fd98]"
/* SCSS */
$brand: #f7fd98;
/* SwiftUI */
Color(red: 0.969, green: 0.992, blue: 0.596)
/* Android */
Color.parseColor("#f7fd98")Accessibility — WCAG contrast
Aa
#f7fd98 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fd98 on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green99.2%
Blue59.6%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow39.9%
Key (black)0.8%
Color previews
#f7fd98 text on a black background
contrast 19.46:1
Card sample
#f7fd98 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fd98;
Background color
Panel with #f7fd98 background
background-color: #f7fd98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fd98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 253, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 253, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fd98; background: linear-gradient(135deg, #f7fd98, #B4FD98);