#f7cf2b
a balanced, electric yellow · cool · closest name: gold
RGB
247, 207, 43
HSL
48°, 93%, 57%
CMYK
0, 16, 83, 3
Luminance
0.6457
Every format
| HEX | #f7cf2b |
| RGB | rgb(247, 207, 43) |
| HSL | hsl(48, 93%, 57%) |
| CMYK | cmyk(0%, 16%, 83%, 3%) |
| LAB | lab(84.3 -0.6 78.3) |
| LCH | lch(84.3 78.3 90.5) |
| OKLCH | oklch(0.864 0.168 93.8) |
Copy-ready code
/* CSS */
color: #f7cf2b;
background-color: #f7cf2b;
/* Tailwind (arbitrary) */
class="text-[#f7cf2b] bg-[#f7cf2b]"
/* SCSS */
$brand: #f7cf2b;
/* SwiftUI */
Color(red: 0.969, green: 0.812, blue: 0.169)
/* Android */
Color.parseColor("#f7cf2b")Accessibility — WCAG contrast
Aa
#f7cf2b on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cf2b on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green81.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow82.6%
Key (black)3.1%
Color previews
#f7cf2b text on a black background
contrast 13.91:1
Card sample
#f7cf2b text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cf2b;
Background color
Panel with #f7cf2b background
background-color: #f7cf2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cf2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 207, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 207, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cf2b; background: linear-gradient(135deg, #f7cf2b, #97F72B);