#fa2721
a balanced, electric red · warm · closest name: red
RGB
250, 39, 33
HSL
2°, 96%, 56%
CMYK
0, 84, 87, 2
Luminance
0.2188
Every format
| HEX | #fa2721 |
| RGB | rgb(250, 39, 33) |
| HSL | hsl(2, 96%, 56%) |
| CMYK | cmyk(0%, 84%, 87%, 2%) |
| LAB | lab(53.9 74.7 56.7) |
| LCH | lch(53.9 93.8 37.2) |
| OKLCH | oklch(0.632 0.241 28.6) |
Copy-ready code
/* CSS */
color: #fa2721;
background-color: #fa2721;
/* Tailwind (arbitrary) */
class="text-[#fa2721] bg-[#fa2721]"
/* SCSS */
$brand: #fa2721;
/* SwiftUI */
Color(red: 0.980, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#fa2721")Accessibility — WCAG contrast
Aa
#fa2721 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2721 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow86.8%
Key (black)2.0%
Color previews
#fa2721 text on a black background
contrast 5.38:1
Card sample
#fa2721 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2721;
Background color
Panel with #fa2721 background
background-color: #fa2721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2721; background: linear-gradient(135deg, #fa2721, #FAB821);