#fc0607
a balanced, electric red · warm · closest name: red
RGB
252, 6, 7
HSL
360°, 98%, 51%
CMYK
0, 98, 97, 1
Luminance
0.2084
Every format
| HEX | #fc0607 |
| RGB | rgb(252, 6, 7) |
| HSL | hsl(360, 98%, 51%) |
| CMYK | cmyk(0%, 98%, 97%, 1%) |
| LAB | lab(52.8 79.0 64.9) |
| LCH | lch(52.8 102.3 39.4) |
| OKLCH | oklch(0.624 0.254 29.0) |
Copy-ready code
/* CSS */
color: #fc0607;
background-color: #fc0607;
/* Tailwind (arbitrary) */
class="text-[#fc0607] bg-[#fc0607]"
/* SCSS */
$brand: #fc0607;
/* SwiftUI */
Color(red: 0.988, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#fc0607")Accessibility — WCAG contrast
Aa
#fc0607 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0607 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow97.2%
Key (black)1.2%
Color previews
#fc0607 text on a black background
contrast 5.17:1
Card sample
#fc0607 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0607;
Background color
Panel with #fc0607 background
background-color: #fc0607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0607; background: linear-gradient(135deg, #fc0607, #FCA906);