#f96708
a balanced, electric orange · warm · closest name: chocolate
RGB
249, 103, 8
HSL
24°, 95%, 50%
CMYK
0, 59, 97, 2
Luminance
0.2986
Every format
| HEX | #f96708 |
| RGB | rgb(249, 103, 8) |
| HSL | hsl(24, 95%, 50%) |
| CMYK | cmyk(0%, 59%, 97%, 2%) |
| LAB | lab(61.5 52.5 69.0) |
| LCH | lch(61.5 86.7 52.8) |
| OKLCH | oklch(0.688 0.197 44.2) |
Copy-ready code
/* CSS */
color: #f96708;
background-color: #f96708;
/* Tailwind (arbitrary) */
class="text-[#f96708] bg-[#f96708]"
/* SCSS */
$brand: #f96708;
/* SwiftUI */
Color(red: 0.976, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#f96708")Accessibility — WCAG contrast
Aa
#f96708 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f96708 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow96.8%
Key (black)2.4%
Color previews
#f96708 text on a black background
contrast 6.97:1
Card sample
#f96708 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96708;
Background color
Panel with #f96708 background
background-color: #f96708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96708; background: linear-gradient(135deg, #f96708, #EAF908);