#f86813
a balanced, electric orange · warm · closest name: chocolate
RGB
248, 104, 19
HSL
22°, 94%, 52%
CMYK
0, 58, 92, 3
Luminance
0.2990
Every format
| HEX | #f86813 |
| RGB | rgb(248, 104, 19) |
| HSL | hsl(22, 94%, 52%) |
| CMYK | cmyk(0%, 58%, 92%, 3%) |
| LAB | lab(61.6 51.8 66.8) |
| LCH | lch(61.6 84.5 52.2) |
| OKLCH | oklch(0.688 0.194 44.0) |
Copy-ready code
/* CSS */
color: #f86813;
background-color: #f86813;
/* Tailwind (arbitrary) */
class="text-[#f86813] bg-[#f86813]"
/* SCSS */
$brand: #f86813;
/* SwiftUI */
Color(red: 0.973, green: 0.408, blue: 0.075)
/* Android */
Color.parseColor("#f86813")Accessibility — WCAG contrast
Aa
#f86813 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f86813 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green40.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow92.3%
Key (black)2.7%
Color previews
#f86813 text on a black background
contrast 6.98:1
Card sample
#f86813 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86813;
Background color
Panel with #f86813 background
background-color: #f86813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 104, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 104, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86813; background: linear-gradient(135deg, #f86813, #EFF813);