#fc8721
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 135, 33
HSL
28°, 97%, 56%
CMYK
0, 46, 87, 1
Luminance
0.3813
Every format
| HEX | #fc8721 |
| RGB | rgb(252, 135, 33) |
| HSL | hsl(28, 97%, 56%) |
| CMYK | cmyk(0%, 46%, 87%, 1%) |
| LAB | lab(68.1 38.6 68.0) |
| LCH | lch(68.1 78.2 60.5) |
| OKLCH | oklch(0.740 0.174 54.5) |
Copy-ready code
/* CSS */
color: #fc8721;
background-color: #fc8721;
/* Tailwind (arbitrary) */
class="text-[#fc8721] bg-[#fc8721]"
/* SCSS */
$brand: #fc8721;
/* SwiftUI */
Color(red: 0.988, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#fc8721")Accessibility — WCAG contrast
Aa
#fc8721 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8721 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green52.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow86.9%
Key (black)1.2%
Color previews
#fc8721 text on a black background
contrast 8.63:1
Card sample
#fc8721 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8721;
Background color
Panel with #fc8721 background
background-color: #fc8721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8721; background: linear-gradient(135deg, #fc8721, #DFFC21);