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