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