#f79521
a balanced, electric orange · warm · closest name: orange
RGB
247, 149, 33
HSL
33°, 93%, 55%
CMYK
0, 40, 87, 3
Luminance
0.4138
Every format
| HEX | #f79521 |
| RGB | rgb(247, 149, 33) |
| HSL | hsl(33, 93%, 55%) |
| CMYK | cmyk(0%, 40%, 87%, 3%) |
| LAB | lab(70.4 29.4 69.6) |
| LCH | lch(70.4 75.5 67.1) |
| OKLCH | oklch(0.756 0.164 63.0) |
Copy-ready code
/* CSS */
color: #f79521;
background-color: #f79521;
/* Tailwind (arbitrary) */
class="text-[#f79521] bg-[#f79521]"
/* SCSS */
$brand: #f79521;
/* SwiftUI */
Color(red: 0.969, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#f79521")Accessibility — WCAG contrast
Aa
#f79521 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79521 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow86.6%
Key (black)3.1%
Color previews
#f79521 text on a black background
contrast 9.28:1
Card sample
#f79521 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79521;
Background color
Panel with #f79521 background
background-color: #f79521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79521; background: linear-gradient(135deg, #f79521, #CAF721);