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