#f85708
a balanced, electric orange · warm · closest name: tomato
RGB
248, 87, 8
HSL
20°, 95%, 50%
CMYK
0, 65, 97, 3
Luminance
0.2679
Every format
| HEX | #f85708 |
| RGB | rgb(248, 87, 8) |
| HSL | hsl(20, 95%, 50%) |
| CMYK | cmyk(0%, 65%, 97%, 3%) |
| LAB | lab(58.8 59.0 67.3) |
| LCH | lch(58.8 89.5 48.8) |
| OKLCH | oklch(0.667 0.209 39.5) |
Copy-ready code
/* CSS */
color: #f85708;
background-color: #f85708;
/* Tailwind (arbitrary) */
class="text-[#f85708] bg-[#f85708]"
/* SCSS */
$brand: #f85708;
/* SwiftUI */
Color(red: 0.973, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#f85708")Accessibility — WCAG contrast
Aa
#f85708 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f85708 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow96.8%
Key (black)2.7%
Color previews
#f85708 text on a black background
contrast 6.36:1
Card sample
#f85708 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f85708;
Background color
Panel with #f85708 background
background-color: #f85708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f85708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f85708; background: linear-gradient(135deg, #f85708, #F8F708);