#fe0013
a balanced, electric red · warm · closest name: red
RGB
254, 0, 19
HSL
356°, 100%, 50%
CMYK
0, 100, 93, 0
Luminance
0.2112
Every format
| HEX | #fe0013 |
| RGB | rgb(254, 0, 19) |
| HSL | hsl(356, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 93%, 0%) |
| LAB | lab(53.1 80.0 62.0) |
| LCH | lch(53.1 101.2 37.8) |
| OKLCH | oklch(0.627 0.256 28.1) |
Copy-ready code
/* CSS */
color: #fe0013;
background-color: #fe0013;
/* Tailwind (arbitrary) */
class="text-[#fe0013] bg-[#fe0013]"
/* SCSS */
$brand: #fe0013;
/* SwiftUI */
Color(red: 0.996, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#fe0013")Accessibility — WCAG contrast
Aa
#fe0013 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe0013 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow92.5%
Key (black)0.4%
Color previews
#fe0013 text on a black background
contrast 5.22:1
Card sample
#fe0013 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe0013;
Background color
Panel with #fe0013 background
background-color: #fe0013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe0013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe0013; background: linear-gradient(135deg, #fe0013, #FE9600);