#fb8821
a balanced, electric orange · warm · closest name: chocolate
RGB
251, 136, 33
HSL
28°, 97%, 56%
CMYK
0, 46, 87, 2
Luminance
0.3823
Every format
| HEX | #fb8821 |
| RGB | rgb(251, 136, 33) |
| HSL | hsl(28, 97%, 56%) |
| CMYK | cmyk(0%, 46%, 87%, 2%) |
| LAB | lab(68.2 37.7 68.0) |
| LCH | lch(68.2 77.8 61.0) |
| OKLCH | oklch(0.740 0.173 55.2) |
Copy-ready code
/* CSS */
color: #fb8821;
background-color: #fb8821;
/* Tailwind (arbitrary) */
class="text-[#fb8821] bg-[#fb8821]"
/* SCSS */
$brand: #fb8821;
/* SwiftUI */
Color(red: 0.984, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#fb8821")Accessibility — WCAG contrast
Aa
#fb8821 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb8821 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow86.9%
Key (black)1.6%
Color previews
#fb8821 text on a black background
contrast 8.65:1
Card sample
#fb8821 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb8821;
Background color
Panel with #fb8821 background
background-color: #fb8821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb8821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb8821; background: linear-gradient(135deg, #fb8821, #DDFB21);