#fa2521
a balanced, electric red · warm · closest name: red
RGB
250, 37, 33
HSL
1°, 96%, 56%
CMYK
0, 85, 87, 2
Luminance
0.2176
Every format
| HEX | #fa2521 |
| RGB | rgb(250, 37, 33) |
| HSL | hsl(1, 96%, 56%) |
| CMYK | cmyk(0%, 85%, 87%, 2%) |
| LAB | lab(53.8 75.1 56.6) |
| LCH | lch(53.8 94.0 37.0) |
| OKLCH | oklch(0.631 0.242 28.4) |
Copy-ready code
/* CSS */
color: #fa2521;
background-color: #fa2521;
/* Tailwind (arbitrary) */
class="text-[#fa2521] bg-[#fa2521]"
/* SCSS */
$brand: #fa2521;
/* SwiftUI */
Color(red: 0.980, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#fa2521")Accessibility — WCAG contrast
Aa
#fa2521 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2521 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow86.8%
Key (black)2.0%
Color previews
#fa2521 text on a black background
contrast 5.35:1
Card sample
#fa2521 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2521;
Background color
Panel with #fa2521 background
background-color: #fa2521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2521; background: linear-gradient(135deg, #fa2521, #FAB621);