#f78621
a balanced, electric orange · warm · closest name: chocolate
RGB
247, 134, 33
HSL
28°, 93%, 55%
CMYK
0, 46, 87, 3
Luminance
0.3693
Every format
| HEX | #f78621 |
| RGB | rgb(247, 134, 33) |
| HSL | hsl(28, 93%, 55%) |
| CMYK | cmyk(0%, 46%, 87%, 3%) |
| LAB | lab(67.2 37.1 67.0) |
| LCH | lch(67.2 76.6 61.1) |
| OKLCH | oklch(0.731 0.171 55.2) |
Copy-ready code
/* CSS */
color: #f78621;
background-color: #f78621;
/* Tailwind (arbitrary) */
class="text-[#f78621] bg-[#f78621]"
/* SCSS */
$brand: #f78621;
/* SwiftUI */
Color(red: 0.969, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#f78621")Accessibility — WCAG contrast
Aa
#f78621 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78621 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow86.6%
Key (black)3.1%
Color previews
#f78621 text on a black background
contrast 8.39:1
Card sample
#f78621 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78621;
Background color
Panel with #f78621 background
background-color: #f78621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78621; background: linear-gradient(135deg, #f78621, #D9F721);