#f75708
a balanced, electric orange · warm · closest name: tomato
RGB
247, 87, 8
HSL
20°, 94%, 50%
CMYK
0, 65, 97, 3
Luminance
0.2661
Every format
| HEX | #f75708 |
| RGB | rgb(247, 87, 8) |
| HSL | hsl(20, 94%, 50%) |
| CMYK | cmyk(0%, 65%, 97%, 3%) |
| LAB | lab(58.6 58.7 67.2) |
| LCH | lch(58.6 89.2 48.9) |
| OKLCH | oklch(0.665 0.208 39.6) |
Copy-ready code
/* CSS */
color: #f75708;
background-color: #f75708;
/* Tailwind (arbitrary) */
class="text-[#f75708] bg-[#f75708]"
/* SCSS */
$brand: #f75708;
/* SwiftUI */
Color(red: 0.969, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#f75708")Accessibility — WCAG contrast
Aa
#f75708 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f75708 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow96.8%
Key (black)3.1%
Color previews
#f75708 text on a black background
contrast 6.32:1
Card sample
#f75708 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75708;
Background color
Panel with #f75708 background
background-color: #f75708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75708; background: linear-gradient(135deg, #f75708, #F7F608);