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