#fa9621
a balanced, electric orange · warm · closest name: orange
RGB
250, 150, 33
HSL
32°, 96%, 56%
CMYK
0, 40, 87, 2
Luminance
0.4225
Every format
| HEX | #fa9621 |
| RGB | rgb(250, 150, 33) |
| HSL | hsl(32, 96%, 56%) |
| CMYK | cmyk(0%, 40%, 87%, 2%) |
| LAB | lab(71.0 30.1 70.2) |
| LCH | lch(71.0 76.4 66.8) |
| OKLCH | oklch(0.761 0.166 62.6) |
Copy-ready code
/* CSS */
color: #fa9621;
background-color: #fa9621;
/* Tailwind (arbitrary) */
class="text-[#fa9621] bg-[#fa9621]"
/* SCSS */
$brand: #fa9621;
/* SwiftUI */
Color(red: 0.980, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#fa9621")Accessibility — WCAG contrast
Aa
#fa9621 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa9621 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow86.8%
Key (black)2.0%
Color previews
#fa9621 text on a black background
contrast 9.45:1
Card sample
#fa9621 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa9621;
Background color
Panel with #fa9621 background
background-color: #fa9621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa9621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa9621; background: linear-gradient(135deg, #fa9621, #CDFA21);