#f96821
a balanced, electric orange · warm · closest name: tomato
RGB
249, 104, 33
HSL
20°, 95%, 55%
CMYK
0, 58, 87, 2
Luminance
0.3015
Every format
| HEX | #f96821 |
| RGB | rgb(249, 104, 33) |
| HSL | hsl(20, 95%, 55%) |
| CMYK | cmyk(0%, 58%, 87%, 2%) |
| LAB | lab(61.8 52.4 62.9) |
| LCH | lch(61.8 81.8 50.2) |
| OKLCH | oklch(0.690 0.193 42.3) |
Copy-ready code
/* CSS */
color: #f96821;
background-color: #f96821;
/* Tailwind (arbitrary) */
class="text-[#f96821] bg-[#f96821]"
/* SCSS */
$brand: #f96821;
/* SwiftUI */
Color(red: 0.976, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#f96821")Accessibility — WCAG contrast
Aa
#f96821 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96821 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.2%
Yellow86.7%
Key (black)2.4%
Color previews
#f96821 text on a black background
contrast 7.03:1
Card sample
#f96821 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96821;
Background color
Panel with #f96821 background
background-color: #f96821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96821; background: linear-gradient(135deg, #f96821, #F9F821);