#fa6921
a balanced, electric orange · warm · closest name: chocolate
RGB
250, 105, 33
HSL
20°, 96%, 56%
CMYK
0, 58, 87, 2
Luminance
0.3054
Every format
| HEX | #fa6921 |
| RGB | rgb(250, 105, 33) |
| HSL | hsl(20, 96%, 56%) |
| CMYK | cmyk(0%, 58%, 87%, 2%) |
| LAB | lab(62.1 52.3 63.2) |
| LCH | lch(62.1 82.0 50.4) |
| OKLCH | oklch(0.693 0.194 42.5) |
Copy-ready code
/* CSS */
color: #fa6921;
background-color: #fa6921;
/* Tailwind (arbitrary) */
class="text-[#fa6921] bg-[#fa6921]"
/* SCSS */
$brand: #fa6921;
/* SwiftUI */
Color(red: 0.980, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#fa6921")Accessibility — WCAG contrast
Aa
#fa6921 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa6921 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow86.8%
Key (black)2.0%
Color previews
#fa6921 text on a black background
contrast 7.11:1
Card sample
#fa6921 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa6921;
Background color
Panel with #fa6921 background
background-color: #fa6921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa6921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa6921; background: linear-gradient(135deg, #fa6921, #FAFA21);