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