#f7d52f
a balanced, electric yellow · cool · closest name: gold
RGB
247, 213, 47
HSL
50°, 93%, 58%
CMYK
0, 14, 81, 3
Luminance
0.6757
Every format
| HEX | #f7d52f |
| RGB | rgb(247, 213, 47) |
| HSL | hsl(50, 93%, 58%) |
| CMYK | cmyk(0%, 14%, 81%, 3%) |
| LAB | lab(85.8 -3.6 78.5) |
| LCH | lch(85.8 78.6 92.6) |
| OKLCH | oklch(0.876 0.170 96.5) |
Copy-ready code
/* CSS */
color: #f7d52f;
background-color: #f7d52f;
/* Tailwind (arbitrary) */
class="text-[#f7d52f] bg-[#f7d52f]"
/* SCSS */
$brand: #f7d52f;
/* SwiftUI */
Color(red: 0.969, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#f7d52f")Accessibility — WCAG contrast
Aa
#f7d52f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7d52f on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green83.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow81.0%
Key (black)3.1%
Color previews
#f7d52f text on a black background
contrast 14.51:1
Card sample
#f7d52f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7d52f;
Background color
Panel with #f7d52f background
background-color: #f7d52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7d52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d52f; background: linear-gradient(135deg, #f7d52f, #94F72F);