#fb4a21
a balanced, electric red · warm · closest name: tomato
RGB
251, 74, 33
HSL
11°, 97%, 56%
CMYK
0, 71, 87, 2
Luminance
0.2552
Every format
| HEX | #fb4a21 |
| RGB | rgb(251, 74, 33) |
| HSL | hsl(11, 97%, 56%) |
| CMYK | cmyk(0%, 71%, 87%, 2%) |
| LAB | lab(57.6 65.2 59.7) |
| LCH | lch(57.6 88.4 42.5) |
| OKLCH | oklch(0.659 0.219 33.9) |
Copy-ready code
/* CSS */
color: #fb4a21;
background-color: #fb4a21;
/* Tailwind (arbitrary) */
class="text-[#fb4a21] bg-[#fb4a21]"
/* SCSS */
$brand: #fb4a21;
/* SwiftUI */
Color(red: 0.984, green: 0.290, blue: 0.129)
/* Android */
Color.parseColor("#fb4a21")Accessibility — WCAG contrast
Aa
#fb4a21 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb4a21 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green29.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow86.9%
Key (black)1.6%
Color previews
#fb4a21 text on a black background
contrast 6.10:1
Card sample
#fb4a21 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb4a21;
Background color
Panel with #fb4a21 background
background-color: #fb4a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb4a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 74, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 74, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb4a21; background: linear-gradient(135deg, #fb4a21, #FBDB21);