#fa6d21
a balanced, electric orange · warm · closest name: chocolate
RGB
250, 109, 33
HSL
21°, 96%, 56%
CMYK
0, 56, 87, 2
Luminance
0.3137
Every format
| HEX | #fa6d21 |
| RGB | rgb(250, 109, 33) |
| HSL | hsl(21, 96%, 56%) |
| CMYK | cmyk(0%, 56%, 87%, 2%) |
| LAB | lab(62.8 50.4 63.7) |
| LCH | lch(62.8 81.3 51.6) |
| OKLCH | oklch(0.699 0.190 43.9) |
Copy-ready code
/* CSS */
color: #fa6d21;
background-color: #fa6d21;
/* Tailwind (arbitrary) */
class="text-[#fa6d21] bg-[#fa6d21]"
/* SCSS */
$brand: #fa6d21;
/* SwiftUI */
Color(red: 0.980, green: 0.427, blue: 0.129)
/* Android */
Color.parseColor("#fa6d21")Accessibility — WCAG contrast
Aa
#fa6d21 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa6d21 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green42.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow86.8%
Key (black)2.0%
Color previews
#fa6d21 text on a black background
contrast 7.27:1
Card sample
#fa6d21 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa6d21;
Background color
Panel with #fa6d21 background
background-color: #fa6d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa6d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 109, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 109, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa6d21; background: linear-gradient(135deg, #fa6d21, #F6FA21);