#fa4521
a balanced, electric red · warm · closest name: red
RGB
250, 69, 33
HSL
10°, 96%, 56%
CMYK
0, 72, 87, 2
Luminance
0.2469
Every format
| HEX | #fa4521 |
| RGB | rgb(250, 69, 33) |
| HSL | hsl(10, 96%, 56%) |
| CMYK | cmyk(0%, 72%, 87%, 2%) |
| LAB | lab(56.8 66.6 59.0) |
| LCH | lch(56.8 89.0 41.5) |
| OKLCH | oklch(0.653 0.222 32.9) |
Copy-ready code
/* CSS */
color: #fa4521;
background-color: #fa4521;
/* Tailwind (arbitrary) */
class="text-[#fa4521] bg-[#fa4521]"
/* SCSS */
$brand: #fa4521;
/* SwiftUI */
Color(red: 0.980, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#fa4521")Accessibility — WCAG contrast
Aa
#fa4521 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa4521 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.4%
Yellow86.8%
Key (black)2.0%
Color previews
#fa4521 text on a black background
contrast 5.94:1
Card sample
#fa4521 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa4521;
Background color
Panel with #fa4521 background
background-color: #fa4521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa4521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa4521; background: linear-gradient(135deg, #fa4521, #FAD621);