#f57621
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 118, 33
HSL
24°, 91%, 55%
CMYK
0, 52, 87, 4
Luminance
0.3248
Every format
| HEX | #f57621 |
| RGB | rgb(245, 118, 33) |
| HSL | hsl(24, 91%, 55%) |
| CMYK | cmyk(0%, 52%, 87%, 4%) |
| LAB | lab(63.7 44.3 64.1) |
| LCH | lch(63.7 77.9 55.4) |
| OKLCH | oklch(0.704 0.179 48.3) |
Copy-ready code
/* CSS */
color: #f57621;
background-color: #f57621;
/* Tailwind (arbitrary) */
class="text-[#f57621] bg-[#f57621]"
/* SCSS */
$brand: #f57621;
/* SwiftUI */
Color(red: 0.961, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#f57621")Accessibility — WCAG contrast
Aa
#f57621 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57621 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow86.5%
Key (black)3.9%
Color previews
#f57621 text on a black background
contrast 7.50:1
Card sample
#f57621 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57621;
Background color
Panel with #f57621 background
background-color: #f57621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57621; background: linear-gradient(135deg, #f57621, #E7F521);