#f49521
a balanced, electric orange · warm · closest name: orange
RGB
244, 149, 33
HSL
33°, 91%, 54%
CMYK
0, 39, 87, 4
Luminance
0.4084
Every format
| HEX | #f49521 |
| RGB | rgb(244, 149, 33) |
| HSL | hsl(33, 91%, 54%) |
| CMYK | cmyk(0%, 39%, 87%, 4%) |
| LAB | lab(70.1 28.1 69.1) |
| LCH | lch(70.1 74.6 67.9) |
| OKLCH | oklch(0.752 0.162 63.9) |
Copy-ready code
/* CSS */
color: #f49521;
background-color: #f49521;
/* Tailwind (arbitrary) */
class="text-[#f49521] bg-[#f49521]"
/* SCSS */
$brand: #f49521;
/* SwiftUI */
Color(red: 0.957, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#f49521")Accessibility — WCAG contrast
Aa
#f49521 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49521 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow86.5%
Key (black)4.3%
Color previews
#f49521 text on a black background
contrast 9.17:1
Card sample
#f49521 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49521;
Background color
Panel with #f49521 background
background-color: #f49521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49521; background: linear-gradient(135deg, #f49521, #C6F421);