#fb5421
a balanced, electric red · warm · closest name: tomato
RGB
251, 84, 33
HSL
14°, 97%, 56%
CMYK
0, 67, 87, 2
Luminance
0.2696
Every format
| HEX | #fb5421 |
| RGB | rgb(251, 84, 33) |
| HSL | hsl(14, 97%, 56%) |
| CMYK | cmyk(0%, 67%, 87%, 2%) |
| LAB | lab(58.9 61.5 60.8) |
| LCH | lch(58.9 86.5 44.6) |
| OKLCH | oklch(0.669 0.211 36.2) |
Copy-ready code
/* CSS */
color: #fb5421;
background-color: #fb5421;
/* Tailwind (arbitrary) */
class="text-[#fb5421] bg-[#fb5421]"
/* SCSS */
$brand: #fb5421;
/* SwiftUI */
Color(red: 0.984, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#fb5421")Accessibility — WCAG contrast
Aa
#fb5421 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb5421 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow86.9%
Key (black)1.6%
Color previews
#fb5421 text on a black background
contrast 6.39:1
Card sample
#fb5421 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb5421;
Background color
Panel with #fb5421 background
background-color: #fb5421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb5421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb5421; background: linear-gradient(135deg, #fb5421, #FBE521);