#f47320
a balanced, electric orange · warm · closest name: chocolate
RGB
244, 115, 32
HSL
24°, 91%, 54%
CMYK
0, 53, 87, 4
Luminance
0.3160
Every format
| HEX | #f47320 |
| RGB | rgb(244, 115, 32) |
| HSL | hsl(24, 91%, 54%) |
| CMYK | cmyk(0%, 53%, 87%, 4%) |
| LAB | lab(63.0 45.3 63.8) |
| LCH | lch(63.0 78.3 54.6) |
| OKLCH | oklch(0.698 0.180 47.4) |
Copy-ready code
/* CSS */
color: #f47320;
background-color: #f47320;
/* Tailwind (arbitrary) */
class="text-[#f47320] bg-[#f47320]"
/* SCSS */
$brand: #f47320;
/* SwiftUI */
Color(red: 0.957, green: 0.451, blue: 0.125)
/* Android */
Color.parseColor("#f47320")Accessibility — WCAG contrast
Aa
#f47320 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47320 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green45.1%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow86.9%
Key (black)4.3%
Color previews
#f47320 text on a black background
contrast 7.32:1
Card sample
#f47320 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47320;
Background color
Panel with #f47320 background
background-color: #f47320;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47320;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 115, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 115, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47320; background: linear-gradient(135deg, #f47320, #E8F420);