#f86421
a balanced, electric orange · warm · closest name: tomato
RGB
248, 100, 33
HSL
19°, 94%, 55%
CMYK
0, 60, 87, 3
Luminance
0.2918
Every format
| HEX | #f86421 |
| RGB | rgb(248, 100, 33) |
| HSL | hsl(19, 94%, 55%) |
| CMYK | cmyk(0%, 60%, 87%, 3%) |
| LAB | lab(61.0 53.8 62.1) |
| LCH | lch(61.0 82.2 49.1) |
| OKLCH | oklch(0.684 0.196 41.1) |
Copy-ready code
/* CSS */
color: #f86421;
background-color: #f86421;
/* Tailwind (arbitrary) */
class="text-[#f86421] bg-[#f86421]"
/* SCSS */
$brand: #f86421;
/* SwiftUI */
Color(red: 0.973, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#f86421")Accessibility — WCAG contrast
Aa
#f86421 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f86421 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow86.7%
Key (black)2.7%
Color previews
#f86421 text on a black background
contrast 6.84:1
Card sample
#f86421 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86421;
Background color
Panel with #f86421 background
background-color: #f86421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86421; background: linear-gradient(135deg, #f86421, #F8F321);