#fa9f21
a balanced, electric orange · warm · closest name: orange
RGB
250, 159, 33
HSL
35°, 96%, 56%
CMYK
0, 36, 87, 2
Luminance
0.4523
Every format
| HEX | #fa9f21 |
| RGB | rgb(250, 159, 33) |
| HSL | hsl(35, 96%, 56%) |
| CMYK | cmyk(0%, 36%, 87%, 2%) |
| LAB | lab(73.0 25.4 71.8) |
| LCH | lch(73.0 76.2 70.5) |
| OKLCH | oklch(0.777 0.163 67.4) |
Copy-ready code
/* CSS */
color: #fa9f21;
background-color: #fa9f21;
/* Tailwind (arbitrary) */
class="text-[#fa9f21] bg-[#fa9f21]"
/* SCSS */
$brand: #fa9f21;
/* SwiftUI */
Color(red: 0.980, green: 0.624, blue: 0.129)
/* Android */
Color.parseColor("#fa9f21")Accessibility — WCAG contrast
Aa
#fa9f21 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa9f21 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green62.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow86.8%
Key (black)2.0%
Color previews
#fa9f21 text on a black background
contrast 10.05:1
Card sample
#fa9f21 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa9f21;
Background color
Panel with #fa9f21 background
background-color: #fa9f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa9f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 159, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 159, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa9f21; background: linear-gradient(135deg, #fa9f21, #C4FA21);