#f7cf3d
a balanced, electric yellow · cool · closest name: gold
RGB
247, 207, 61
HSL
47°, 92%, 60%
CMYK
0, 16, 75, 3
Luminance
0.6474
Every format
| HEX | #f7cf3d |
| RGB | rgb(247, 207, 61) |
| HSL | hsl(47, 92%, 60%) |
| CMYK | cmyk(0%, 16%, 75%, 3%) |
| LAB | lab(84.3 -0.0 72.9) |
| LCH | lch(84.3 72.9 90.0) |
| OKLCH | oklch(0.865 0.160 92.8) |
Copy-ready code
/* CSS */
color: #f7cf3d;
background-color: #f7cf3d;
/* Tailwind (arbitrary) */
class="text-[#f7cf3d] bg-[#f7cf3d]"
/* SCSS */
$brand: #f7cf3d;
/* SwiftUI */
Color(red: 0.969, green: 0.812, blue: 0.239)
/* Android */
Color.parseColor("#f7cf3d")Accessibility — WCAG contrast
Aa
#f7cf3d on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cf3d on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green81.2%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow75.3%
Key (black)3.1%
Color previews
#f7cf3d text on a black background
contrast 13.95:1
Card sample
#f7cf3d text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cf3d;
Background color
Panel with #f7cf3d background
background-color: #f7cf3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cf3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 207, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 207, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cf3d; background: linear-gradient(135deg, #f7cf3d, #A3F73D);