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