#fc321f
a balanced, electric red · warm · closest name: red
RGB
252, 50, 31
HSL
5°, 97%, 56%
CMYK
0, 80, 88, 1
Luminance
0.2308
Every format
| HEX | #fc321f |
| RGB | rgb(252, 50, 31) |
| HSL | hsl(5, 97%, 56%) |
| CMYK | cmyk(0%, 80%, 88%, 1%) |
| LAB | lab(55.2 72.7 58.7) |
| LCH | lch(55.2 93.5 38.9) |
| OKLCH | oklch(0.641 0.237 30.1) |
Copy-ready code
/* CSS */
color: #fc321f;
background-color: #fc321f;
/* Tailwind (arbitrary) */
class="text-[#fc321f] bg-[#fc321f]"
/* SCSS */
$brand: #fc321f;
/* SwiftUI */
Color(red: 0.988, green: 0.196, blue: 0.122)
/* Android */
Color.parseColor("#fc321f")Accessibility — WCAG contrast
Aa
#fc321f on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc321f on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green19.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow87.7%
Key (black)1.2%
Color previews
#fc321f text on a black background
contrast 5.62:1
Card sample
#fc321f text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc321f;
Background color
Panel with #fc321f background
background-color: #fc321f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc321f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 50, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 50, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc321f; background: linear-gradient(135deg, #fc321f, #FCC61F);