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