#fa3421
a balanced, electric red · warm · closest name: red
RGB
250, 52, 33
HSL
5°, 96%, 56%
CMYK
0, 79, 87, 2
Luminance
0.2289
Every format
| HEX | #fa3421 |
| RGB | rgb(250, 52, 33) |
| HSL | hsl(5, 96%, 56%) |
| CMYK | cmyk(0%, 79%, 87%, 2%) |
| LAB | lab(55.0 71.7 57.6) |
| LCH | lch(55.0 92.0 38.8) |
| OKLCH | oklch(0.639 0.234 30.1) |
Copy-ready code
/* CSS */
color: #fa3421;
background-color: #fa3421;
/* Tailwind (arbitrary) */
class="text-[#fa3421] bg-[#fa3421]"
/* SCSS */
$brand: #fa3421;
/* SwiftUI */
Color(red: 0.980, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#fa3421")Accessibility — WCAG contrast
Aa
#fa3421 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa3421 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow86.8%
Key (black)2.0%
Color previews
#fa3421 text on a black background
contrast 5.58:1
Card sample
#fa3421 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa3421;
Background color
Panel with #fa3421 background
background-color: #fa3421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa3421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa3421; background: linear-gradient(135deg, #fa3421, #FAC521);