#f55921
a balanced, electric orange · warm · closest name: tomato
RGB
245, 89, 33
HSL
16°, 91%, 55%
CMYK
0, 64, 87, 4
Luminance
0.2667
Every format
| HEX | #f55921 |
| RGB | rgb(245, 89, 33) |
| HSL | hsl(16, 91%, 55%) |
| CMYK | cmyk(0%, 64%, 87%, 4%) |
| LAB | lab(58.7 57.5 60.1) |
| LCH | lch(58.7 83.2 46.3) |
| OKLCH | oklch(0.665 0.202 38.0) |
Copy-ready code
/* CSS */
color: #f55921;
background-color: #f55921;
/* Tailwind (arbitrary) */
class="text-[#f55921] bg-[#f55921]"
/* SCSS */
$brand: #f55921;
/* SwiftUI */
Color(red: 0.961, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#f55921")Accessibility — WCAG contrast
Aa
#f55921 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f55921 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.7%
Yellow86.5%
Key (black)3.9%
Color previews
#f55921 text on a black background
contrast 6.33:1
Card sample
#f55921 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55921;
Background color
Panel with #f55921 background
background-color: #f55921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55921; background: linear-gradient(135deg, #f55921, #F5E621);