#f97708
a balanced, electric orange · warm · closest name: chocolate
RGB
249, 119, 8
HSL
28°, 95%, 50%
CMYK
0, 52, 97, 2
Luminance
0.3335
Every format
| HEX | #f97708 |
| RGB | rgb(249, 119, 8) |
| HSL | hsl(28, 95%, 50%) |
| CMYK | cmyk(0%, 52%, 97%, 2%) |
| LAB | lab(64.5 45.0 70.8) |
| LCH | lch(64.5 83.9 57.6) |
| OKLCH | oklch(0.710 0.185 50.1) |
Copy-ready code
/* CSS */
color: #f97708;
background-color: #f97708;
/* Tailwind (arbitrary) */
class="text-[#f97708] bg-[#f97708]"
/* SCSS */
$brand: #f97708;
/* SwiftUI */
Color(red: 0.976, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#f97708")Accessibility — WCAG contrast
Aa
#f97708 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97708 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow96.8%
Key (black)2.4%
Color previews
#f97708 text on a black background
contrast 7.67:1
Card sample
#f97708 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97708;
Background color
Panel with #f97708 background
background-color: #f97708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97708; background: linear-gradient(135deg, #f97708, #DBF908);