#f78d13
a balanced, electric orange · warm · closest name: orange
RGB
247, 141, 19
HSL
32°, 93%, 52%
CMYK
0, 43, 92, 3
Luminance
0.3887
Every format
| HEX | #f78d13 |
| RGB | rgb(247, 141, 19) |
| HSL | hsl(32, 93%, 52%) |
| CMYK | cmyk(0%, 43%, 92%, 3%) |
| LAB | lab(68.7 33.3 71.6) |
| LCH | lch(68.7 79.0 65.1) |
| OKLCH | oklch(0.742 0.170 60.0) |
Copy-ready code
/* CSS */
color: #f78d13;
background-color: #f78d13;
/* Tailwind (arbitrary) */
class="text-[#f78d13] bg-[#f78d13]"
/* SCSS */
$brand: #f78d13;
/* SwiftUI */
Color(red: 0.969, green: 0.553, blue: 0.075)
/* Android */
Color.parseColor("#f78d13")Accessibility — WCAG contrast
Aa
#f78d13 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f78d13 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green55.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow92.3%
Key (black)3.1%
Color previews
#f78d13 text on a black background
contrast 8.77:1
Card sample
#f78d13 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f78d13;
Background color
Panel with #f78d13 background
background-color: #f78d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f78d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 141, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 141, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f78d13; background: linear-gradient(135deg, #f78d13, #C9F713);