#f85613
a balanced, electric orange · warm · closest name: tomato
RGB
248, 86, 19
HSL
18°, 94%, 52%
CMYK
0, 65, 92, 3
Luminance
0.2666
Every format
| HEX | #f85613 |
| RGB | rgb(248, 86, 19) |
| HSL | hsl(18, 94%, 52%) |
| CMYK | cmyk(0%, 65%, 92%, 3%) |
| LAB | lab(58.7 59.5 64.9) |
| LCH | lch(58.7 88.0 47.5) |
| OKLCH | oklch(0.666 0.209 38.5) |
Copy-ready code
/* CSS */
color: #f85613;
background-color: #f85613;
/* Tailwind (arbitrary) */
class="text-[#f85613] bg-[#f85613]"
/* SCSS */
$brand: #f85613;
/* SwiftUI */
Color(red: 0.973, green: 0.337, blue: 0.075)
/* Android */
Color.parseColor("#f85613")Accessibility — WCAG contrast
Aa
#f85613 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f85613 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green33.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.3%
Yellow92.3%
Key (black)2.7%
Color previews
#f85613 text on a black background
contrast 6.33:1
Card sample
#f85613 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85613;
Background color
Panel with #f85613 background
background-color: #f85613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 86, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 86, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85613; background: linear-gradient(135deg, #f85613, #F8EF13);