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