#f7c01b
a balanced, electric yellow · cool · closest name: gold
RGB
247, 192, 27
HSL
45°, 93%, 54%
CMYK
0, 22, 89, 3
Luminance
0.5755
Every format
| HEX | #f7c01b |
| RGB | rgb(247, 192, 27) |
| HSL | hsl(45, 93%, 54%) |
| CMYK | cmyk(0%, 22%, 89%, 3%) |
| LAB | lab(80.5 6.7 78.8) |
| LCH | lch(80.5 79.1 85.1) |
| OKLCH | oklch(0.834 0.166 87.0) |
Copy-ready code
/* CSS */
color: #f7c01b;
background-color: #f7c01b;
/* Tailwind (arbitrary) */
class="text-[#f7c01b] bg-[#f7c01b]"
/* SCSS */
$brand: #f7c01b;
/* SwiftUI */
Color(red: 0.969, green: 0.753, blue: 0.106)
/* Android */
Color.parseColor("#f7c01b")Accessibility — WCAG contrast
Aa
#f7c01b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c01b on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green75.3%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow89.1%
Key (black)3.1%
Color previews
#f7c01b text on a black background
contrast 12.51:1
Card sample
#f7c01b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c01b;
Background color
Panel with #f7c01b background
background-color: #f7c01b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c01b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 192, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 192, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c01b; background: linear-gradient(135deg, #f7c01b, #9BF71B);