#fb7c21
a balanced, electric orange · warm · closest name: chocolate
RGB
251, 124, 33
HSL
25°, 97%, 56%
CMYK
0, 51, 87, 2
Luminance
0.3503
Every format
| HEX | #fb7c21 |
| RGB | rgb(251, 124, 33) |
| HSL | hsl(25, 97%, 56%) |
| CMYK | cmyk(0%, 51%, 87%, 2%) |
| LAB | lab(65.8 43.6 66.1) |
| LCH | lch(65.8 79.2 56.6) |
| OKLCH | oklch(0.721 0.180 49.7) |
Copy-ready code
/* CSS */
color: #fb7c21;
background-color: #fb7c21;
/* Tailwind (arbitrary) */
class="text-[#fb7c21] bg-[#fb7c21]"
/* SCSS */
$brand: #fb7c21;
/* SwiftUI */
Color(red: 0.984, green: 0.486, blue: 0.129)
/* Android */
Color.parseColor("#fb7c21")Accessibility — WCAG contrast
Aa
#fb7c21 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb7c21 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green48.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow86.9%
Key (black)1.6%
Color previews
#fb7c21 text on a black background
contrast 8.01:1
Card sample
#fb7c21 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb7c21;
Background color
Panel with #fb7c21 background
background-color: #fb7c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb7c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 124, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 124, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb7c21; background: linear-gradient(135deg, #fb7c21, #E9FB21);