#f7df52
a balanced, electric yellow · cool · closest name: gold
RGB
247, 223, 82
HSL
51°, 91%, 65%
CMYK
0, 10, 67, 3
Luminance
0.7316
Every format
| HEX | #f7df52 |
| RGB | rgb(247, 223, 82) |
| HSL | hsl(51, 91%, 65%) |
| CMYK | cmyk(0%, 10%, 67%, 3%) |
| LAB | lab(88.5 -7.2 69.2) |
| LCH | lch(88.5 69.6 95.9) |
| OKLCH | oklch(0.899 0.158 99.5) |
Copy-ready code
/* CSS */
color: #f7df52;
background-color: #f7df52;
/* Tailwind (arbitrary) */
class="text-[#f7df52] bg-[#f7df52]"
/* SCSS */
$brand: #f7df52;
/* SwiftUI */
Color(red: 0.969, green: 0.875, blue: 0.322)
/* Android */
Color.parseColor("#f7df52")Accessibility — WCAG contrast
Aa
#f7df52 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7df52 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green87.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow66.8%
Key (black)3.1%
Color previews
#f7df52 text on a black background
contrast 15.63:1
Card sample
#f7df52 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7df52;
Background color
Panel with #f7df52 background
background-color: #f7df52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7df52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 223, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 223, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7df52; background: linear-gradient(135deg, #f7df52, #A1F752);