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