#fc9321
a balanced, electric orange · warm · closest name: orange
RGB
252, 147, 33
HSL
31°, 97%, 56%
CMYK
0, 42, 87, 1
Luminance
0.4167
Every format
| HEX | #fc9321 |
| RGB | rgb(252, 147, 33) |
| HSL | hsl(31, 97%, 56%) |
| CMYK | cmyk(0%, 42%, 87%, 1%) |
| LAB | lab(70.7 32.4 70.0) |
| LCH | lch(70.7 77.2 65.1) |
| OKLCH | oklch(0.759 0.169 60.4) |
Copy-ready code
/* CSS */
color: #fc9321;
background-color: #fc9321;
/* Tailwind (arbitrary) */
class="text-[#fc9321] bg-[#fc9321]"
/* SCSS */
$brand: #fc9321;
/* SwiftUI */
Color(red: 0.988, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#fc9321")Accessibility — WCAG contrast
Aa
#fc9321 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9321 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green57.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow86.9%
Key (black)1.2%
Color previews
#fc9321 text on a black background
contrast 9.33:1
Card sample
#fc9321 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9321;
Background color
Panel with #fc9321 background
background-color: #fc9321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9321; background: linear-gradient(135deg, #fc9321, #D3FC21);