#f98021
a balanced, electric orange · warm · closest name: chocolate
RGB
249, 128, 33
HSL
26°, 95%, 55%
CMYK
0, 49, 87, 2
Luminance
0.3569
Every format
| HEX | #f98021 |
| RGB | rgb(249, 128, 33) |
| HSL | hsl(26, 95%, 55%) |
| CMYK | cmyk(0%, 49%, 87%, 2%) |
| LAB | lab(66.3 40.9 66.4) |
| LCH | lch(66.3 78.0 58.4) |
| OKLCH | oklch(0.725 0.176 51.9) |
Copy-ready code
/* CSS */
color: #f98021;
background-color: #f98021;
/* Tailwind (arbitrary) */
class="text-[#f98021] bg-[#f98021]"
/* SCSS */
$brand: #f98021;
/* SwiftUI */
Color(red: 0.976, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#f98021")Accessibility — WCAG contrast
Aa
#f98021 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98021 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow86.7%
Key (black)2.4%
Color previews
#f98021 text on a black background
contrast 8.14:1
Card sample
#f98021 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98021;
Background color
Panel with #f98021 background
background-color: #f98021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98021; background: linear-gradient(135deg, #f98021, #E2F921);