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