#f7fd4f
a light, electric yellow · cool · closest name: yellow
RGB
247, 253, 79
HSL
62°, 98%, 65%
CMYK
2, 0, 69, 1
Luminance
0.9059
Every format
| HEX | #f7fd4f |
| RGB | rgb(247, 253, 79) |
| HSL | hsl(62, 98%, 65%) |
| CMYK | cmyk(2%, 0%, 69%, 1%) |
| LAB | lab(96.2 -22.0 78.1) |
| LCH | lch(96.2 81.1 105.7) |
| OKLCH | oklch(0.960 0.187 111.4) |
Copy-ready code
/* CSS */
color: #f7fd4f;
background-color: #f7fd4f;
/* Tailwind (arbitrary) */
class="text-[#f7fd4f] bg-[#f7fd4f]"
/* SCSS */
$brand: #f7fd4f;
/* SwiftUI */
Color(red: 0.969, green: 0.992, blue: 0.310)
/* Android */
Color.parseColor("#f7fd4f")Accessibility — WCAG contrast
Aa
#f7fd4f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fd4f on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green99.2%
Blue31.0%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow68.8%
Key (black)0.8%
Color previews
#f7fd4f text on a black background
contrast 19.12:1
Card sample
#f7fd4f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fd4f;
Background color
Panel with #f7fd4f background
background-color: #f7fd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 253, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 253, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fd4f; background: linear-gradient(135deg, #f7fd4f, #83FD4F);