#e81621
a balanced, electric red · warm · closest name: red
RGB
232, 22, 33
HSL
357°, 83%, 50%
CMYK
0, 91, 86, 9
Luminance
0.1784
Every format
| HEX | #e81621 |
| RGB | rgb(232, 22, 33) |
| HSL | hsl(357, 83%, 50%) |
| CMYK | cmyk(0%, 91%, 86%, 9%) |
| LAB | lab(49.3 72.9 51.5) |
| LCH | lch(49.3 89.3 35.2) |
| OKLCH | oklch(0.591 0.233 26.9) |
Copy-ready code
/* CSS */
color: #e81621;
background-color: #e81621;
/* Tailwind (arbitrary) */
class="text-[#e81621] bg-[#e81621]"
/* SCSS */
$brand: #e81621;
/* SwiftUI */
Color(red: 0.910, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#e81621")Accessibility — WCAG contrast
Aa
#e81621 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e81621 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.5%
Yellow85.8%
Key (black)9.0%
Color previews
#e81621 text on a black background
contrast 4.57:1
Card sample
#e81621 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e81621;
Background color
Panel with #e81621 background
background-color: #e81621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e81621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e81621; background: linear-gradient(135deg, #e81621, #E89716);