#fc7721
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 119, 33
HSL
24°, 97%, 56%
CMYK
0, 53, 87, 1
Luminance
0.3400
Every format
| HEX | #fc7721 |
| RGB | rgb(252, 119, 33) |
| HSL | hsl(24, 97%, 56%) |
| CMYK | cmyk(0%, 53%, 87%, 1%) |
| LAB | lab(65.0 46.5 65.5) |
| LCH | lch(65.0 80.3 54.7) |
| OKLCH | oklch(0.715 0.185 47.5) |
Copy-ready code
/* CSS */
color: #fc7721;
background-color: #fc7721;
/* Tailwind (arbitrary) */
class="text-[#fc7721] bg-[#fc7721]"
/* SCSS */
$brand: #fc7721;
/* SwiftUI */
Color(red: 0.988, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#fc7721")Accessibility — WCAG contrast
Aa
#fc7721 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7721 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow86.9%
Key (black)1.2%
Color previews
#fc7721 text on a black background
contrast 7.80:1
Card sample
#fc7721 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7721;
Background color
Panel with #fc7721 background
background-color: #fc7721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7721; background: linear-gradient(135deg, #fc7721, #EFFC21);