#f05e21
a balanced, electric orange · warm · closest name: tomato
RGB
240, 94, 33
HSL
18°, 87%, 54%
CMYK
0, 61, 86, 6
Luminance
0.2664
Every format
| HEX | #f05e21 |
| RGB | rgb(240, 94, 33) |
| HSL | hsl(18, 87%, 54%) |
| CMYK | cmyk(0%, 61%, 86%, 6%) |
| LAB | lab(58.6 53.6 59.7) |
| LCH | lch(58.6 80.3 48.1) |
| OKLCH | oklch(0.664 0.193 40.0) |
Copy-ready code
/* CSS */
color: #f05e21;
background-color: #f05e21;
/* Tailwind (arbitrary) */
class="text-[#f05e21] bg-[#f05e21]"
/* SCSS */
$brand: #f05e21;
/* SwiftUI */
Color(red: 0.941, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#f05e21")Accessibility — WCAG contrast
Aa
#f05e21 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f05e21 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow86.3%
Key (black)5.9%
Color previews
#f05e21 text on a black background
contrast 6.33:1
Card sample
#f05e21 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05e21;
Background color
Panel with #f05e21 background
background-color: #f05e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05e21; background: linear-gradient(135deg, #f05e21, #F0E821);