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