#f58621
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 134, 33
HSL
29°, 91%, 55%
CMYK
0, 45, 87, 4
Luminance
0.3657
Every format
| HEX | #f58621 |
| RGB | rgb(245, 134, 33) |
| HSL | hsl(29, 91%, 55%) |
| CMYK | cmyk(0%, 45%, 87%, 4%) |
| LAB | lab(67.0 36.3 66.7) |
| LCH | lch(67.0 75.9 61.5) |
| OKLCH | oklch(0.729 0.169 55.8) |
Copy-ready code
/* CSS */
color: #f58621;
background-color: #f58621;
/* Tailwind (arbitrary) */
class="text-[#f58621] bg-[#f58621]"
/* SCSS */
$brand: #f58621;
/* SwiftUI */
Color(red: 0.961, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#f58621")Accessibility — WCAG contrast
Aa
#f58621 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58621 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow86.5%
Key (black)3.9%
Color previews
#f58621 text on a black background
contrast 8.31:1
Card sample
#f58621 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58621;
Background color
Panel with #f58621 background
background-color: #f58621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58621; background: linear-gradient(135deg, #f58621, #D7F521);