#fa0021
a balanced, electric red · warm · closest name: red
RGB
250, 0, 33
HSL
352°, 100%, 49%
CMYK
0, 100, 87, 2
Luminance
0.2043
Every format
| HEX | #fa0021 |
| RGB | rgb(250, 0, 33) |
| HSL | hsl(352, 100%, 49%) |
| CMYK | cmyk(0%, 100%, 87%, 2%) |
| LAB | lab(52.3 79.2 55.5) |
| LCH | lch(52.3 96.7 35.0) |
| OKLCH | oklch(0.620 0.252 26.4) |
Copy-ready code
/* CSS */
color: #fa0021;
background-color: #fa0021;
/* Tailwind (arbitrary) */
class="text-[#fa0021] bg-[#fa0021]"
/* SCSS */
$brand: #fa0021;
/* SwiftUI */
Color(red: 0.980, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#fa0021")Accessibility — WCAG contrast
Aa
#fa0021 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa0021 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow86.8%
Key (black)2.0%
Color previews
#fa0021 text on a black background
contrast 5.09:1
Card sample
#fa0021 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa0021;
Background color
Panel with #fa0021 background
background-color: #fa0021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa0021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa0021; background: linear-gradient(135deg, #fa0021, #FA8600);