#fe2521
a balanced, electric red · warm · closest name: red
RGB
254, 37, 33
HSL
1°, 99%, 56%
CMYK
0, 85, 87, 0
Luminance
0.2250
Every format
| HEX | #fe2521 |
| RGB | rgb(254, 37, 33) |
| HSL | hsl(1, 99%, 56%) |
| CMYK | cmyk(0%, 85%, 87%, 0%) |
| LAB | lab(54.6 76.1 57.6) |
| LCH | lch(54.6 95.4 37.1) |
| OKLCH | oklch(0.638 0.245 28.4) |
Copy-ready code
/* CSS */
color: #fe2521;
background-color: #fe2521;
/* Tailwind (arbitrary) */
class="text-[#fe2521] bg-[#fe2521]"
/* SCSS */
$brand: #fe2521;
/* SwiftUI */
Color(red: 0.996, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#fe2521")Accessibility — WCAG contrast
Aa
#fe2521 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2521 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow87.0%
Key (black)0.4%
Color previews
#fe2521 text on a black background
contrast 5.50:1
Card sample
#fe2521 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2521;
Background color
Panel with #fe2521 background
background-color: #fe2521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2521; background: linear-gradient(135deg, #fe2521, #FEB821);