#f86821
a balanced, electric orange · warm · closest name: chocolate
RGB
248, 104, 33
HSL
20°, 94%, 55%
CMYK
0, 58, 87, 3
Luminance
0.2997
Every format
| HEX | #f86821 |
| RGB | rgb(248, 104, 33) |
| HSL | hsl(20, 94%, 55%) |
| CMYK | cmyk(0%, 58%, 87%, 3%) |
| LAB | lab(61.6 52.0 62.7) |
| LCH | lch(61.6 81.4 50.3) |
| OKLCH | oklch(0.689 0.192 42.4) |
Copy-ready code
/* CSS */
color: #f86821;
background-color: #f86821;
/* Tailwind (arbitrary) */
class="text-[#f86821] bg-[#f86821]"
/* SCSS */
$brand: #f86821;
/* SwiftUI */
Color(red: 0.973, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#f86821")Accessibility — WCAG contrast
Aa
#f86821 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f86821 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow86.7%
Key (black)2.7%
Color previews
#f86821 text on a black background
contrast 6.99:1
Card sample
#f86821 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86821;
Background color
Panel with #f86821 background
background-color: #f86821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86821; background: linear-gradient(135deg, #f86821, #F8F721);