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