#fe0513
a balanced, electric red · warm · closest name: red
RGB
254, 5, 19
HSL
357°, 99%, 51%
CMYK
0, 98, 93, 0
Luminance
0.2123
Every format
| HEX | #fe0513 |
| RGB | rgb(254, 5, 19) |
| HSL | hsl(357, 99%, 51%) |
| CMYK | cmyk(0%, 98%, 93%, 0%) |
| LAB | lab(53.2 79.7 62.1) |
| LCH | lch(53.2 101.0 37.9) |
| OKLCH | oklch(0.627 0.255 28.2) |
Copy-ready code
/* CSS */
color: #fe0513;
background-color: #fe0513;
/* Tailwind (arbitrary) */
class="text-[#fe0513] bg-[#fe0513]"
/* SCSS */
$brand: #fe0513;
/* SwiftUI */
Color(red: 0.996, green: 0.020, blue: 0.075)
/* Android */
Color.parseColor("#fe0513")Accessibility — WCAG contrast
Aa
#fe0513 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe0513 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green2.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow92.5%
Key (black)0.4%
Color previews
#fe0513 text on a black background
contrast 5.25:1
Card sample
#fe0513 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe0513;
Background color
Panel with #fe0513 background
background-color: #fe0513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe0513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 5, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 5, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe0513; background: linear-gradient(135deg, #fe0513, #FE9D05);