#f7fd3b
a balanced, electric yellow · cool · closest name: yellow
RGB
247, 253, 59
HSL
62°, 98%, 61%
CMYK
2, 0, 77, 1
Luminance
0.9034
Every format
| HEX | #f7fd3b |
| RGB | rgb(247, 253, 59) |
| HSL | hsl(62, 98%, 61%) |
| CMYK | cmyk(2%, 0%, 77%, 1%) |
| LAB | lab(96.1 -22.8 84.3) |
| LCH | lch(96.1 87.3 105.1) |
| OKLCH | oklch(0.959 0.197 111.4) |
Copy-ready code
/* CSS */
color: #f7fd3b;
background-color: #f7fd3b;
/* Tailwind (arbitrary) */
class="text-[#f7fd3b] bg-[#f7fd3b]"
/* SCSS */
$brand: #f7fd3b;
/* SwiftUI */
Color(red: 0.969, green: 0.992, blue: 0.231)
/* Android */
Color.parseColor("#f7fd3b")Accessibility — WCAG contrast
Aa
#f7fd3b on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fd3b on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green99.2%
Blue23.1%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow76.7%
Key (black)0.8%
Color previews
#f7fd3b text on a black background
contrast 19.07:1
Card sample
#f7fd3b text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fd3b;
Background color
Panel with #f7fd3b background
background-color: #f7fd3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fd3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 253, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 253, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fd3b; background: linear-gradient(135deg, #f7fd3b, #76FD3B);