#fb8421
a balanced, electric orange · warm · closest name: chocolate
RGB
251, 132, 33
HSL
27°, 97%, 56%
CMYK
0, 47, 87, 2
Luminance
0.3712
Every format
| HEX | #fb8421 |
| RGB | rgb(251, 132, 33) |
| HSL | hsl(27, 97%, 56%) |
| CMYK | cmyk(0%, 47%, 87%, 2%) |
| LAB | lab(67.4 39.7 67.4) |
| LCH | lch(67.4 78.2 59.5) |
| OKLCH | oklch(0.734 0.175 53.3) |
Copy-ready code
/* CSS */
color: #fb8421;
background-color: #fb8421;
/* Tailwind (arbitrary) */
class="text-[#fb8421] bg-[#fb8421]"
/* SCSS */
$brand: #fb8421;
/* SwiftUI */
Color(red: 0.984, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#fb8421")Accessibility — WCAG contrast
Aa
#fb8421 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb8421 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow86.9%
Key (black)1.6%
Color previews
#fb8421 text on a black background
contrast 8.42:1
Card sample
#fb8421 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb8421;
Background color
Panel with #fb8421 background
background-color: #fb8421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb8421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb8421; background: linear-gradient(135deg, #fb8421, #E1FB21);