#fc5721
a balanced, electric red · warm · closest name: tomato
RGB
252, 87, 33
HSL
15°, 97%, 56%
CMYK
0, 66, 87, 1
Luminance
0.2762
Every format
| HEX | #fc5721 |
| RGB | rgb(252, 87, 33) |
| HSL | hsl(15, 97%, 56%) |
| CMYK | cmyk(0%, 66%, 87%, 1%) |
| LAB | lab(59.5 60.6 61.3) |
| LCH | lch(59.5 86.2 45.3) |
| OKLCH | oklch(0.674 0.210 36.9) |
Copy-ready code
/* CSS */
color: #fc5721;
background-color: #fc5721;
/* Tailwind (arbitrary) */
class="text-[#fc5721] bg-[#fc5721]"
/* SCSS */
$brand: #fc5721;
/* SwiftUI */
Color(red: 0.988, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#fc5721")Accessibility — WCAG contrast
Aa
#fc5721 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc5721 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow86.9%
Key (black)1.2%
Color previews
#fc5721 text on a black background
contrast 6.52:1
Card sample
#fc5721 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5721;
Background color
Panel with #fc5721 background
background-color: #fc5721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5721; background: linear-gradient(135deg, #fc5721, #FCE921);