#fb8621
a balanced, electric orange · warm · closest name: chocolate
RGB
251, 134, 33
HSL
28°, 97%, 56%
CMYK
0, 47, 87, 2
Luminance
0.3767
Every format
| HEX | #fb8621 |
| RGB | rgb(251, 134, 33) |
| HSL | hsl(28, 97%, 56%) |
| CMYK | cmyk(0%, 47%, 87%, 2%) |
| LAB | lab(67.8 38.7 67.7) |
| LCH | lch(67.8 78.0 60.3) |
| OKLCH | oklch(0.737 0.174 54.2) |
Copy-ready code
/* CSS */
color: #fb8621;
background-color: #fb8621;
/* Tailwind (arbitrary) */
class="text-[#fb8621] bg-[#fb8621]"
/* SCSS */
$brand: #fb8621;
/* SwiftUI */
Color(red: 0.984, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#fb8621")Accessibility — WCAG contrast
Aa
#fb8621 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb8621 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow86.9%
Key (black)1.6%
Color previews
#fb8621 text on a black background
contrast 8.53:1
Card sample
#fb8621 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb8621;
Background color
Panel with #fb8621 background
background-color: #fb8621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb8621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb8621; background: linear-gradient(135deg, #fb8621, #DFFB21);