#fa8921
a balanced, electric orange · warm · closest name: chocolate
RGB
250, 137, 33
HSL
29°, 96%, 56%
CMYK
0, 45, 87, 2
Luminance
0.3833
Every format
| HEX | #fa8921 |
| RGB | rgb(250, 137, 33) |
| HSL | hsl(29, 96%, 56%) |
| CMYK | cmyk(0%, 45%, 87%, 2%) |
| LAB | lab(68.3 36.8 68.0) |
| LCH | lch(68.3 77.3 61.6) |
| OKLCH | oklch(0.740 0.172 55.9) |
Copy-ready code
/* CSS */
color: #fa8921;
background-color: #fa8921;
/* Tailwind (arbitrary) */
class="text-[#fa8921] bg-[#fa8921]"
/* SCSS */
$brand: #fa8921;
/* SwiftUI */
Color(red: 0.980, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#fa8921")Accessibility — WCAG contrast
Aa
#fa8921 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa8921 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green53.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.2%
Yellow86.8%
Key (black)2.0%
Color previews
#fa8921 text on a black background
contrast 8.67:1
Card sample
#fa8921 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa8921;
Background color
Panel with #fa8921 background
background-color: #fa8921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa8921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa8921; background: linear-gradient(135deg, #fa8921, #DAFA21);