#f57021
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 112, 33
HSL
22°, 91%, 55%
CMYK
0, 54, 87, 4
Luminance
0.3111
Every format
| HEX | #f57021 |
| RGB | rgb(245, 112, 33) |
| HSL | hsl(22, 91%, 55%) |
| CMYK | cmyk(0%, 54%, 87%, 4%) |
| LAB | lab(62.6 47.2 63.2) |
| LCH | lch(62.6 78.9 53.3) |
| OKLCH | oklch(0.695 0.183 45.9) |
Copy-ready code
/* CSS */
color: #f57021;
background-color: #f57021;
/* Tailwind (arbitrary) */
class="text-[#f57021] bg-[#f57021]"
/* SCSS */
$brand: #f57021;
/* SwiftUI */
Color(red: 0.961, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#f57021")Accessibility — WCAG contrast
Aa
#f57021 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57021 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow86.5%
Key (black)3.9%
Color previews
#f57021 text on a black background
contrast 7.22:1
Card sample
#f57021 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57021;
Background color
Panel with #f57021 background
background-color: #f57021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57021; background: linear-gradient(135deg, #f57021, #EDF521);