#f7fe4f
a light, electric yellow · cool · closest name: yellow
RGB
247, 254, 79
HSL
62°, 99%, 65%
CMYK
3, 0, 69, 0
Luminance
0.9122
Every format
| HEX | #f7fe4f |
| RGB | rgb(247, 254, 79) |
| HSL | hsl(62, 99%, 65%) |
| CMYK | cmyk(3%, 0%, 69%, 0%) |
| LAB | lab(96.5 -22.4 78.3) |
| LCH | lch(96.5 81.5 106.0) |
| OKLCH | oklch(0.962 0.188 111.7) |
Copy-ready code
/* CSS */
color: #f7fe4f;
background-color: #f7fe4f;
/* Tailwind (arbitrary) */
class="text-[#f7fe4f] bg-[#f7fe4f]"
/* SCSS */
$brand: #f7fe4f;
/* SwiftUI */
Color(red: 0.969, green: 0.996, blue: 0.310)
/* Android */
Color.parseColor("#f7fe4f")Accessibility — WCAG contrast
Aa
#f7fe4f on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fe4f on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green99.6%
Blue31.0%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow68.9%
Key (black)0.4%
Color previews
#f7fe4f text on a black background
contrast 19.24:1
Card sample
#f7fe4f text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fe4f;
Background color
Panel with #f7fe4f background
background-color: #f7fe4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fe4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 254, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 254, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fe4f; background: linear-gradient(135deg, #f7fe4f, #82FE4F);