#fc461b
a balanced, electric red · warm · closest name: red
RGB
252, 70, 27
HSL
12°, 97%, 55%
CMYK
0, 72, 89, 1
Luminance
0.2515
Every format
| HEX | #fc461b |
| RGB | rgb(252, 70, 27) |
| HSL | hsl(12, 97%, 55%) |
| CMYK | cmyk(0%, 72%, 89%, 1%) |
| LAB | lab(57.2 66.8 61.8) |
| LCH | lch(57.2 91.0 42.8) |
| OKLCH | oklch(0.657 0.224 33.8) |
Copy-ready code
/* CSS */
color: #fc461b;
background-color: #fc461b;
/* Tailwind (arbitrary) */
class="text-[#fc461b] bg-[#fc461b]"
/* SCSS */
$brand: #fc461b;
/* SwiftUI */
Color(red: 0.988, green: 0.275, blue: 0.106)
/* Android */
Color.parseColor("#fc461b")Accessibility — WCAG contrast
Aa
#fc461b on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc461b on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green27.5%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow89.3%
Key (black)1.2%
Color previews
#fc461b text on a black background
contrast 6.03:1
Card sample
#fc461b text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc461b;
Background color
Panel with #fc461b background
background-color: #fc461b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc461b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 70, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 70, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc461b; background: linear-gradient(135deg, #fc461b, #FCDC1B);