#f98705
a balanced, electric orange · warm · closest name: orange
RGB
249, 135, 5
HSL
32°, 96%, 50%
CMYK
0, 46, 98, 2
Luminance
0.3748
Every format
| HEX | #f98705 |
| RGB | rgb(249, 135, 5) |
| HSL | hsl(32, 96%, 50%) |
| CMYK | cmyk(0%, 46%, 98%, 2%) |
| LAB | lab(67.6 37.0 73.2) |
| LCH | lch(67.6 82.1 63.2) |
| OKLCH | oklch(0.735 0.176 57.3) |
Copy-ready code
/* CSS */
color: #f98705;
background-color: #f98705;
/* Tailwind (arbitrary) */
class="text-[#f98705] bg-[#f98705]"
/* SCSS */
$brand: #f98705;
/* SwiftUI */
Color(red: 0.976, green: 0.529, blue: 0.020)
/* Android */
Color.parseColor("#f98705")Accessibility — WCAG contrast
Aa
#f98705 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f98705 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green52.9%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow98.0%
Key (black)2.4%
Color previews
#f98705 text on a black background
contrast 8.50:1
Card sample
#f98705 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f98705;
Background color
Panel with #f98705 background
background-color: #f98705;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f98705;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 135, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 135, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f98705; background: linear-gradient(135deg, #f98705, #C8F905);