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