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