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