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