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