#f78e21
a balanced, electric orange · warm · closest name: orange
RGB
247, 142, 33
HSL
31°, 93%, 55%
CMYK
0, 43, 87, 3
Luminance
0.3923
Every format
| HEX | #f78e21 |
| RGB | rgb(247, 142, 33) |
| HSL | hsl(31, 93%, 55%) |
| CMYK | cmyk(0%, 43%, 87%, 3%) |
| LAB | lab(68.9 33.0 68.4) |
| LCH | lch(68.9 75.9 64.2) |
| OKLCH | oklch(0.744 0.167 59.3) |
Copy-ready code
/* CSS */
color: #f78e21;
background-color: #f78e21;
/* Tailwind (arbitrary) */
class="text-[#f78e21] bg-[#f78e21]"
/* SCSS */
$brand: #f78e21;
/* SwiftUI */
Color(red: 0.969, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#f78e21")Accessibility — WCAG contrast
Aa
#f78e21 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78e21 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow86.6%
Key (black)3.1%
Color previews
#f78e21 text on a black background
contrast 8.85:1
Card sample
#f78e21 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78e21;
Background color
Panel with #f78e21 background
background-color: #f78e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78e21; background: linear-gradient(135deg, #f78e21, #D1F721);