#fc1908
a balanced, electric red · warm · closest name: red
RGB
252, 25, 8
HSL
4°, 98%, 51%
CMYK
0, 90, 97, 1
Luminance
0.2141
Every format
| HEX | #fc1908 |
| RGB | rgb(252, 25, 8) |
| HSL | hsl(4, 98%, 51%) |
| CMYK | cmyk(0%, 90%, 97%, 1%) |
| LAB | lab(53.4 77.2 65.0) |
| LCH | lch(53.4 100.9 40.1) |
| OKLCH | oklch(0.628 0.250 29.8) |
Copy-ready code
/* CSS */
color: #fc1908;
background-color: #fc1908;
/* Tailwind (arbitrary) */
class="text-[#fc1908] bg-[#fc1908]"
/* SCSS */
$brand: #fc1908;
/* SwiftUI */
Color(red: 0.988, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#fc1908")Accessibility — WCAG contrast
Aa
#fc1908 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1908 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow96.8%
Key (black)1.2%
Color previews
#fc1908 text on a black background
contrast 5.28:1
Card sample
#fc1908 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1908;
Background color
Panel with #fc1908 background
background-color: #fc1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1908; background: linear-gradient(135deg, #fc1908, #FCBC08);