#f9ba2f
a balanced, electric yellow · warm · closest name: orange
RGB
249, 186, 47
HSL
41°, 94%, 58%
CMYK
0, 25, 81, 2
Luminance
0.5546
Every format
| HEX | #f9ba2f |
| RGB | rgb(249, 186, 47) |
| HSL | hsl(41, 94%, 58%) |
| CMYK | cmyk(0%, 25%, 81%, 2%) |
| LAB | lab(79.3 11.2 73.0) |
| LCH | lch(79.3 73.8 81.3) |
| OKLCH | oklch(0.826 0.158 81.7) |
Copy-ready code
/* CSS */
color: #f9ba2f;
background-color: #f9ba2f;
/* Tailwind (arbitrary) */
class="text-[#f9ba2f] bg-[#f9ba2f]"
/* SCSS */
$brand: #f9ba2f;
/* SwiftUI */
Color(red: 0.976, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#f9ba2f")Accessibility — WCAG contrast
Aa
#f9ba2f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ba2f on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow81.1%
Key (black)2.4%
Color previews
#f9ba2f text on a black background
contrast 12.09:1
Card sample
#f9ba2f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ba2f;
Background color
Panel with #f9ba2f background
background-color: #f9ba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ba2f; background: linear-gradient(135deg, #f9ba2f, #B1F92F);