#fa5921
a balanced, electric orange · warm · closest name: tomato
RGB
250, 89, 33
HSL
16°, 96%, 56%
CMYK
0, 64, 87, 2
Luminance
0.2758
Every format
| HEX | #fa5921 |
| RGB | rgb(250, 89, 33) |
| HSL | hsl(16, 96%, 56%) |
| CMYK | cmyk(0%, 64%, 87%, 2%) |
| LAB | lab(59.5 59.2 61.1) |
| LCH | lch(59.5 85.1 45.9) |
| OKLCH | oklch(0.673 0.206 37.6) |
Copy-ready code
/* CSS */
color: #fa5921;
background-color: #fa5921;
/* Tailwind (arbitrary) */
class="text-[#fa5921] bg-[#fa5921]"
/* SCSS */
$brand: #fa5921;
/* SwiftUI */
Color(red: 0.980, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#fa5921")Accessibility — WCAG contrast
Aa
#fa5921 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa5921 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow86.8%
Key (black)2.0%
Color previews
#fa5921 text on a black background
contrast 6.52:1
Card sample
#fa5921 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa5921;
Background color
Panel with #fa5921 background
background-color: #fa5921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa5921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa5921; background: linear-gradient(135deg, #fa5921, #FAEA21);