#fa4921
a balanced, electric red · warm · closest name: tomato
RGB
250, 73, 33
HSL
11°, 96%, 56%
CMYK
0, 71, 87, 2
Luminance
0.2520
Every format
| HEX | #fa4921 |
| RGB | rgb(250, 73, 33) |
| HSL | hsl(11, 96%, 56%) |
| CMYK | cmyk(0%, 71%, 87%, 2%) |
| LAB | lab(57.3 65.3 59.4) |
| LCH | lch(57.3 88.2 42.3) |
| OKLCH | oklch(0.657 0.219 33.7) |
Copy-ready code
/* CSS */
color: #fa4921;
background-color: #fa4921;
/* Tailwind (arbitrary) */
class="text-[#fa4921] bg-[#fa4921]"
/* SCSS */
$brand: #fa4921;
/* SwiftUI */
Color(red: 0.980, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#fa4921")Accessibility — WCAG contrast
Aa
#fa4921 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa4921 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow86.8%
Key (black)2.0%
Color previews
#fa4921 text on a black background
contrast 6.04:1
Card sample
#fa4921 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa4921;
Background color
Panel with #fa4921 background
background-color: #fa4921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa4921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa4921; background: linear-gradient(135deg, #fa4921, #FADA21);