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