#f9eb3c
a balanced, electric yellow · cool · closest name: gold
RGB
249, 235, 60
HSL
56°, 94%, 61%
CMYK
0, 6, 76, 2
Luminance
0.7988
Every format
| HEX | #f9eb3c |
| RGB | rgb(249, 235, 60) |
| HSL | hsl(56, 94%, 61%) |
| CMYK | cmyk(0%, 6%, 76%, 2%) |
| LAB | lab(91.6 -13.3 80.0) |
| LCH | lch(91.6 81.1 99.4) |
| OKLCH | oklch(0.923 0.180 104.6) |
Copy-ready code
/* CSS */
color: #f9eb3c;
background-color: #f9eb3c;
/* Tailwind (arbitrary) */
class="text-[#f9eb3c] bg-[#f9eb3c]"
/* SCSS */
$brand: #f9eb3c;
/* SwiftUI */
Color(red: 0.976, green: 0.922, blue: 0.235)
/* Android */
Color.parseColor("#f9eb3c")Accessibility — WCAG contrast
Aa
#f9eb3c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9eb3c on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green92.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow75.9%
Key (black)2.4%
Color previews
#f9eb3c text on a black background
contrast 16.98:1
Card sample
#f9eb3c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9eb3c;
Background color
Panel with #f9eb3c background
background-color: #f9eb3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9eb3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 235, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 235, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9eb3c; background: linear-gradient(135deg, #f9eb3c, #89F93C);