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