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