#fc481f
a balanced, electric red · warm · closest name: red
RGB
252, 72, 31
HSL
11°, 97%, 56%
CMYK
0, 71, 88, 1
Luminance
0.2543
Every format
| HEX | #fc481f |
| RGB | rgb(252, 72, 31) |
| HSL | hsl(11, 97%, 56%) |
| CMYK | cmyk(0%, 71%, 88%, 1%) |
| LAB | lab(57.5 66.2 60.5) |
| LCH | lch(57.5 89.7 42.4) |
| OKLCH | oklch(0.659 0.222 33.7) |
Copy-ready code
/* CSS */
color: #fc481f;
background-color: #fc481f;
/* Tailwind (arbitrary) */
class="text-[#fc481f] bg-[#fc481f]"
/* SCSS */
$brand: #fc481f;
/* SwiftUI */
Color(red: 0.988, green: 0.282, blue: 0.122)
/* Android */
Color.parseColor("#fc481f")Accessibility — WCAG contrast
Aa
#fc481f on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc481f on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green28.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow87.7%
Key (black)1.2%
Color previews
#fc481f text on a black background
contrast 6.09:1
Card sample
#fc481f text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc481f;
Background color
Panel with #fc481f background
background-color: #fc481f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc481f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 72, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 72, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc481f; background: linear-gradient(135deg, #fc481f, #FCDB1F);