#f7c511
a balanced, electric yellow · cool · closest name: gold
RGB
247, 197, 17
HSL
47°, 94%, 52%
CMYK
0, 20, 93, 3
Luminance
0.5975
Every format
| HEX | #f7c511 |
| RGB | rgb(247, 197, 17) |
| HSL | hsl(47, 94%, 52%) |
| CMYK | cmyk(0%, 20%, 93%, 3%) |
| LAB | lab(81.7 4.0 81.4) |
| LCH | lch(81.7 81.5 87.2) |
| OKLCH | oklch(0.844 0.170 89.8) |
Copy-ready code
/* CSS */
color: #f7c511;
background-color: #f7c511;
/* Tailwind (arbitrary) */
class="text-[#f7c511] bg-[#f7c511]"
/* SCSS */
$brand: #f7c511;
/* SwiftUI */
Color(red: 0.969, green: 0.773, blue: 0.067)
/* Android */
Color.parseColor("#f7c511")Accessibility — WCAG contrast
Aa
#f7c511 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c511 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green77.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow93.1%
Key (black)3.1%
Color previews
#f7c511 text on a black background
contrast 12.95:1
Card sample
#f7c511 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c511;
Background color
Panel with #f7c511 background
background-color: #f7c511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 197, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 197, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c511; background: linear-gradient(135deg, #f7c511, #90F711);