#f78607
a balanced, electric orange · warm · closest name: orange
RGB
247, 134, 7
HSL
32°, 95%, 50%
CMYK
0, 46, 97, 3
Luminance
0.3684
Every format
| HEX | #f78607 |
| RGB | rgb(247, 134, 7) |
| HSL | hsl(32, 95%, 50%) |
| CMYK | cmyk(0%, 46%, 97%, 3%) |
| LAB | lab(67.2 36.7 72.5) |
| LCH | lch(67.2 81.3 63.1) |
| OKLCH | oklch(0.731 0.175 57.3) |
Copy-ready code
/* CSS */
color: #f78607;
background-color: #f78607;
/* Tailwind (arbitrary) */
class="text-[#f78607] bg-[#f78607]"
/* SCSS */
$brand: #f78607;
/* SwiftUI */
Color(red: 0.969, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#f78607")Accessibility — WCAG contrast
Aa
#f78607 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78607 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow97.2%
Key (black)3.1%
Color previews
#f78607 text on a black background
contrast 8.37:1
Card sample
#f78607 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78607;
Background color
Panel with #f78607 background
background-color: #f78607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78607; background: linear-gradient(135deg, #f78607, #C8F707);