#f7da49
a balanced, electric yellow · cool · closest name: gold
RGB
247, 218, 73
HSL
50°, 92%, 63%
CMYK
0, 12, 70, 3
Luminance
0.7040
Every format
| HEX | #f7da49 |
| RGB | rgb(247, 218, 73) |
| HSL | hsl(50, 92%, 63%) |
| CMYK | cmyk(0%, 12%, 70%, 3%) |
| LAB | lab(87.2 -5.1 71.3) |
| LCH | lch(87.2 71.5 94.1) |
| OKLCH | oklch(0.888 0.160 97.6) |
Copy-ready code
/* CSS */
color: #f7da49;
background-color: #f7da49;
/* Tailwind (arbitrary) */
class="text-[#f7da49] bg-[#f7da49]"
/* SCSS */
$brand: #f7da49;
/* SwiftUI */
Color(red: 0.969, green: 0.855, blue: 0.286)
/* Android */
Color.parseColor("#f7da49")Accessibility — WCAG contrast
Aa
#f7da49 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7da49 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow70.4%
Key (black)3.1%
Color previews
#f7da49 text on a black background
contrast 15.08:1
Card sample
#f7da49 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7da49;
Background color
Panel with #f7da49 background
background-color: #f7da49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7da49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 218, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 218, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7da49; background: linear-gradient(135deg, #f7da49, #A0F749);