#fb9021
a balanced, electric orange · warm · closest name: orange
RGB
251, 144, 33
HSL
31°, 97%, 56%
CMYK
0, 43, 87, 2
Luminance
0.4057
Every format
| HEX | #fb9021 |
| RGB | rgb(251, 144, 33) |
| HSL | hsl(31, 97%, 56%) |
| CMYK | cmyk(0%, 43%, 87%, 2%) |
| LAB | lab(69.9 33.6 69.4) |
| LCH | lch(69.9 77.1 64.2) |
| OKLCH | oklch(0.753 0.169 59.2) |
Copy-ready code
/* CSS */
color: #fb9021;
background-color: #fb9021;
/* Tailwind (arbitrary) */
class="text-[#fb9021] bg-[#fb9021]"
/* SCSS */
$brand: #fb9021;
/* SwiftUI */
Color(red: 0.984, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#fb9021")Accessibility — WCAG contrast
Aa
#fb9021 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb9021 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow86.9%
Key (black)1.6%
Color previews
#fb9021 text on a black background
contrast 9.11:1
Card sample
#fb9021 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb9021;
Background color
Panel with #fb9021 background
background-color: #fb9021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb9021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb9021; background: linear-gradient(135deg, #fb9021, #D5FB21);