#f57c21
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 124, 33
HSL
26°, 91%, 55%
CMYK
0, 49, 87, 4
Luminance
0.3394
Every format
| HEX | #f57c21 |
| RGB | rgb(245, 124, 33) |
| HSL | hsl(26, 91%, 55%) |
| CMYK | cmyk(0%, 49%, 87%, 4%) |
| LAB | lab(64.9 41.3 65.1) |
| LCH | lch(64.9 77.1 57.6) |
| OKLCH | oklch(0.713 0.175 51.0) |
Copy-ready code
/* CSS */
color: #f57c21;
background-color: #f57c21;
/* Tailwind (arbitrary) */
class="text-[#f57c21] bg-[#f57c21]"
/* SCSS */
$brand: #f57c21;
/* SwiftUI */
Color(red: 0.961, green: 0.486, blue: 0.129)
/* Android */
Color.parseColor("#f57c21")Accessibility — WCAG contrast
Aa
#f57c21 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57c21 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green48.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow86.5%
Key (black)3.9%
Color previews
#f57c21 text on a black background
contrast 7.79:1
Card sample
#f57c21 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57c21;
Background color
Panel with #f57c21 background
background-color: #f57c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 124, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 124, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57c21; background: linear-gradient(135deg, #f57c21, #E1F521);