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