#fa6621
a balanced, electric orange · warm · closest name: tomato
RGB
250, 102, 33
HSL
19°, 96%, 56%
CMYK
0, 59, 87, 2
Luminance
0.2994
Every format
| HEX | #fa6621 |
| RGB | rgb(250, 102, 33) |
| HSL | hsl(19, 96%, 56%) |
| CMYK | cmyk(0%, 59%, 87%, 2%) |
| LAB | lab(61.6 53.6 62.8) |
| LCH | lch(61.6 82.5 49.5) |
| OKLCH | oklch(0.689 0.196 41.5) |
Copy-ready code
/* CSS */
color: #fa6621;
background-color: #fa6621;
/* Tailwind (arbitrary) */
class="text-[#fa6621] bg-[#fa6621]"
/* SCSS */
$brand: #fa6621;
/* SwiftUI */
Color(red: 0.980, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#fa6621")Accessibility — WCAG contrast
Aa
#fa6621 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa6621 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow86.8%
Key (black)2.0%
Color previews
#fa6621 text on a black background
contrast 6.99:1
Card sample
#fa6621 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa6621;
Background color
Panel with #fa6621 background
background-color: #fa6621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa6621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa6621; background: linear-gradient(135deg, #fa6621, #FAF721);