#fc8321
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 131, 33
HSL
27°, 97%, 56%
CMYK
0, 48, 87, 1
Luminance
0.3704
Every format
| HEX | #fc8321 |
| RGB | rgb(252, 131, 33) |
| HSL | hsl(27, 97%, 56%) |
| CMYK | cmyk(0%, 48%, 87%, 1%) |
| LAB | lab(67.3 40.6 67.4) |
| LCH | lch(67.3 78.7 59.0) |
| OKLCH | oklch(0.733 0.177 52.6) |
Copy-ready code
/* CSS */
color: #fc8321;
background-color: #fc8321;
/* Tailwind (arbitrary) */
class="text-[#fc8321] bg-[#fc8321]"
/* SCSS */
$brand: #fc8321;
/* SwiftUI */
Color(red: 0.988, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#fc8321")Accessibility — WCAG contrast
Aa
#fc8321 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8321 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green51.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow86.9%
Key (black)1.2%
Color previews
#fc8321 text on a black background
contrast 8.41:1
Card sample
#fc8321 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8321;
Background color
Panel with #fc8321 background
background-color: #fc8321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8321; background: linear-gradient(135deg, #fc8321, #E3FC21);