#f9ba49
a balanced, electric orange · warm · closest name: orange
RGB
249, 186, 73
HSL
39°, 94%, 63%
CMYK
0, 25, 71, 2
Luminance
0.5574
Every format
| HEX | #f9ba49 |
| RGB | rgb(249, 186, 73) |
| HSL | hsl(39, 94%, 63%) |
| CMYK | cmyk(0%, 25%, 71%, 2%) |
| LAB | lab(79.5 12.2 63.6) |
| LCH | lch(79.5 64.8 79.2) |
| OKLCH | oklch(0.828 0.145 78.6) |
Copy-ready code
/* CSS */
color: #f9ba49;
background-color: #f9ba49;
/* Tailwind (arbitrary) */
class="text-[#f9ba49] bg-[#f9ba49]"
/* SCSS */
$brand: #f9ba49;
/* SwiftUI */
Color(red: 0.976, green: 0.729, blue: 0.286)
/* Android */
Color.parseColor("#f9ba49")Accessibility — WCAG contrast
Aa
#f9ba49 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ba49 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow70.7%
Key (black)2.4%
Color previews
#f9ba49 text on a black background
contrast 12.15:1
Card sample
#f9ba49 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ba49;
Background color
Panel with #f9ba49 background
background-color: #f9ba49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ba49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 186, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 186, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ba49; background: linear-gradient(135deg, #f9ba49, #C3F949);