#f05a21
a balanced, electric orange · warm · closest name: tomato
RGB
240, 90, 33
HSL
17°, 87%, 54%
CMYK
0, 63, 86, 6
Luminance
0.2595
Every format
| HEX | #f05a21 |
| RGB | rgb(240, 90, 33) |
| HSL | hsl(17, 87%, 54%) |
| CMYK | cmyk(0%, 63%, 86%, 6%) |
| LAB | lab(58.0 55.4 59.2) |
| LCH | lch(58.0 81.1 46.9) |
| OKLCH | oklch(0.659 0.196 38.8) |
Copy-ready code
/* CSS */
color: #f05a21;
background-color: #f05a21;
/* Tailwind (arbitrary) */
class="text-[#f05a21] bg-[#f05a21]"
/* SCSS */
$brand: #f05a21;
/* SwiftUI */
Color(red: 0.941, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#f05a21")Accessibility — WCAG contrast
Aa
#f05a21 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f05a21 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow86.3%
Key (black)5.9%
Color previews
#f05a21 text on a black background
contrast 6.19:1
Card sample
#f05a21 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05a21;
Background color
Panel with #f05a21 background
background-color: #f05a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05a21; background: linear-gradient(135deg, #f05a21, #F0E421);