#f8a621
a balanced, electric orange · warm · closest name: orange
RGB
248, 166, 33
HSL
37°, 94%, 55%
CMYK
0, 33, 87, 3
Luminance
0.4734
Every format
| HEX | #f8a621 |
| RGB | rgb(248, 166, 33) |
| HSL | hsl(37, 94%, 55%) |
| CMYK | cmyk(0%, 33%, 87%, 3%) |
| LAB | lab(74.4 20.9 72.8) |
| LCH | lch(74.4 75.7 74.0) |
| OKLCH | oklch(0.787 0.161 72.0) |
Copy-ready code
/* CSS */
color: #f8a621;
background-color: #f8a621;
/* Tailwind (arbitrary) */
class="text-[#f8a621] bg-[#f8a621]"
/* SCSS */
$brand: #f8a621;
/* SwiftUI */
Color(red: 0.973, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#f8a621")Accessibility — WCAG contrast
Aa
#f8a621 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8a621 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green65.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow86.7%
Key (black)2.7%
Color previews
#f8a621 text on a black background
contrast 10.47:1
Card sample
#f8a621 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8a621;
Background color
Panel with #f8a621 background
background-color: #f8a621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8a621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8a621; background: linear-gradient(135deg, #f8a621, #BBF821);