#fb7e21
a balanced, electric orange · warm · closest name: chocolate
RGB
251, 126, 33
HSL
26°, 97%, 56%
CMYK
0, 50, 87, 2
Luminance
0.3554
Every format
| HEX | #fb7e21 |
| RGB | rgb(251, 126, 33) |
| HSL | hsl(26, 97%, 56%) |
| CMYK | cmyk(0%, 50%, 87%, 2%) |
| LAB | lab(66.2 42.7 66.4) |
| LCH | lch(66.2 79.0 57.3) |
| OKLCH | oklch(0.724 0.179 50.6) |
Copy-ready code
/* CSS */
color: #fb7e21;
background-color: #fb7e21;
/* Tailwind (arbitrary) */
class="text-[#fb7e21] bg-[#fb7e21]"
/* SCSS */
$brand: #fb7e21;
/* SwiftUI */
Color(red: 0.984, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#fb7e21")Accessibility — WCAG contrast
Aa
#fb7e21 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb7e21 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green49.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow86.9%
Key (black)1.6%
Color previews
#fb7e21 text on a black background
contrast 8.11:1
Card sample
#fb7e21 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb7e21;
Background color
Panel with #fb7e21 background
background-color: #fb7e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb7e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb7e21; background: linear-gradient(135deg, #fb7e21, #E7FB21);