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