#f59521
a balanced, electric orange · warm · closest name: orange
RGB
245, 149, 33
HSL
33°, 91%, 55%
CMYK
0, 39, 87, 4
Luminance
0.4102
Every format
| HEX | #f59521 |
| RGB | rgb(245, 149, 33) |
| HSL | hsl(33, 91%, 55%) |
| CMYK | cmyk(0%, 39%, 87%, 4%) |
| LAB | lab(70.2 28.5 69.3) |
| LCH | lch(70.2 74.9 67.6) |
| OKLCH | oklch(0.753 0.162 63.6) |
Copy-ready code
/* CSS */
color: #f59521;
background-color: #f59521;
/* Tailwind (arbitrary) */
class="text-[#f59521] bg-[#f59521]"
/* SCSS */
$brand: #f59521;
/* SwiftUI */
Color(red: 0.961, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#f59521")Accessibility — WCAG contrast
Aa
#f59521 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59521 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow86.5%
Key (black)3.9%
Color previews
#f59521 text on a black background
contrast 9.20:1
Card sample
#f59521 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59521;
Background color
Panel with #f59521 background
background-color: #f59521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59521; background: linear-gradient(135deg, #f59521, #C8F521);