#f97a21
a balanced, electric orange · warm · closest name: chocolate
RGB
249, 122, 33
HSL
25°, 95%, 55%
CMYK
0, 51, 87, 2
Luminance
0.3417
Every format
| HEX | #f97a21 |
| RGB | rgb(249, 122, 33) |
| HSL | hsl(25, 95%, 55%) |
| CMYK | cmyk(0%, 51%, 87%, 2%) |
| LAB | lab(65.1 43.9 65.5) |
| LCH | lch(65.1 78.8 56.2) |
| OKLCH | oklch(0.716 0.180 49.3) |
Copy-ready code
/* CSS */
color: #f97a21;
background-color: #f97a21;
/* Tailwind (arbitrary) */
class="text-[#f97a21] bg-[#f97a21]"
/* SCSS */
$brand: #f97a21;
/* SwiftUI */
Color(red: 0.976, green: 0.478, blue: 0.129)
/* Android */
Color.parseColor("#f97a21")Accessibility — WCAG contrast
Aa
#f97a21 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97a21 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow86.7%
Key (black)2.4%
Color previews
#f97a21 text on a black background
contrast 7.83:1
Card sample
#f97a21 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97a21;
Background color
Panel with #f97a21 background
background-color: #f97a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 122, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 122, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97a21; background: linear-gradient(135deg, #f97a21, #E8F921);