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